Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > a2caf204e62b3b1f39ab147e5659d6ed > scriptlet

XFree86-libs-4.2.1-6.4mdk.x86_64.rpm

POSTIN

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

POSTUN

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