Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > bb21983a91106d27b5f911984f99d022 > scriptlet

lib64hk_classes15-0.8.3-8mdv2010.0.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

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