Sophie

Sophie

distrib > Mandriva > 7.0 > i586 > by-pkgid > 35615d84703a920a5d30c2cd35548b66 > scriptlet

libstdc++-2.95.2-3mdk.i586.rpm

POSTIN

/bin/sh
if ! grep '^/usr/lib$' /etc/ld.so.conf > /dev/null 2>&1; then
	echo /usr/lib >>/etc/ld.so.conf
fi
/sbin/ldconfig

POSTUN

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