Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 5e134b5652487811a02890f9a89c52c2 > scriptlet

libx11_6-1.5.0-4.mga3.i586.rpm

POSTIN

/bin/sh
if  grep -q "^/usr/X11R6/lib$" /etc/ld.so.conf; then
    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
    /sbin/ldconfig
fi

POSTUN

/bin/sh
if [ "$1" = "0" \
   -a "`grep "^/usr/X11R6/lib$" /etc/ld.so.conf`" != "" ]; then
    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
    /sbin/ldconfig
fi

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