Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > a79cf6d2ce8446b1fd0c8388df9e424d > scriptlet

omni-0.4-11mdk.i586.rpm

POSTIN

/bin/sh
echo "/usr/lib/Omni" >> /etc/ld.so.conf
echo `ls -1 /usr/lib/Omni | grep -v "^lib"` >> /etc/ld.so.conf
/sbin/ldconfig

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
	perl -n -i -e 'if ( !m/Omni/ ) { print "$_";}' /etc/ld.so.conf
	/sbin/ldconfig
fi