Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 8c81ecfc5d0539ac028cad749e0a4ec9 > scriptlet

lib64x11_6-1.1.1-2mdv2007.1.x86_64.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

#-----------------------------------------------------------