Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > fb3dd0d8b0b1b45ddfecc70dbd19e95b > scriptlet

lib64xorg-x11-6.9.0-5.12.20060mlcs4.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

Triggers

XFree86-libs

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

libxfree86

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