Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 9c147ea2a319a7f6cb6704c2b6a055af > scriptlet

lib64x11_6-1.6.12-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

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