Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > 9996eb7d3553954a0fc359b64eb2cd7f > scriptlet

libhk_classes5-0.7.1-1mdk.i586.rpm

POSTIN

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

POSTUN

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