Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > ab31c782dcad8174d760a7a8c6e64035 > scriptlet

lib64qt3-3.3.6-1.1.20060mlcs4.x86_64.rpm

POSTIN

/bin/sh
grep -q "^/usr/lib/qt3/lib64$" /etc/ld.so.conf || echo "/usr/lib/qt3/lib64" >> /etc/ld.so.conf
/sbin/ldconfig

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
   rm -f /etc/ld.so.conf.new
   grep -v -e "^/usr/lib/qt3/lib64$" /etc/ld.so.conf > /etc/ld.so.conf.new
   mv -f /etc/ld.so.conf.new /etc/ld.so.conf
fi
/sbin/ldconfig