Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 459420e57edf3c353342079d0e175dca > scriptlet

lib64x11_6-1.6.12-1.1.mga7.x86_64.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

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