Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > c3fd2c97eb1925c12168e281138fada0 > scriptlet

lib64x11_6-1.1.1-2.1mdv2007.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

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