Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > c095c3243630144c3363827afc709a60 > scriptlet

libqt3-3.0.2-2mdk.i586.rpm

POSTIN

/bin/sh
grep -q "^/usr/lib/qt3/lib$" /etc/ld.so.conf || echo "/usr/lib/qt3/lib" >> /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/lib" /etc/ld.so.conf > /etc/ld.so.conf.new
   mv -f /etc/ld.so.conf.new /etc/ld.so.conf
fi
/sbin/ldconfig