Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 76ede4b141bb4a20a41d2cedf744d030 > scriptlet

libx11_6-1.7.0-1.mga8.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

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