Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > a3886b68750a1f3d8847bc51622e7563 > scriptlet

libwine1-20011226-4mdk.i586.rpm

POSTIN

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

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    rm -f /etc/ld.so.conf.new
    grep -v -e "/usr/X11R6/lib/wine" -e "/usr/lib/wine" /etc/ld.so.conf > /etc/ld.so.conf.new
    mv -f /etc/ld.so.conf.new /etc/ld.so.conf
fi
/sbin/ldconfig