Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > updates > by-pkgid > b372257933785254af014edeccc0e070 > scriptlet

XFree86-libs-4.3-8.7.91mdk.ppc.rpm

POSTIN

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

POSTUN

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