Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 8cf4ac9d0a3ea8894d5495878b8f0b70 > scriptlet

libxorg-x11-6.9.0-5.9.20060mdk.i586.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

Triggers

XFree86-libs

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

libxfree86

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