Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > updates > by-pkgid > 7537d543033eee71e8efcd0d11d5a7bc > scriptlet

lib64qt3-3.3.4-23.2.20060mdk.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