Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > abd4aea0c7502da50d15ad65fb8f7255 > scriptlet

lib64hk_classes5-0.8.2-2mdv2007.1.x86_64.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