Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > a6d301030d5f31a0a3520564fe0a26e7 > scriptlet

libarts-1.0.3-7mdk.x86_64.rpm

POSTIN

/bin/sh
# David - 3.0-0.beta1.7mdk - This line need to be removed when KDE 3 will be
#                            installed in /usr/
grep -q "^/usr/lib64$" /etc/ld.so.conf || echo "/usr/lib64" >> /etc/ld.so.conf
/sbin/ldconfig

POSTUN

/bin/sh
# David - 3.0-0.beta1.7mdk - These five lines need to be removed when KDE 3
#                            will be installed in /usr/
if [ "$1" = "0" ]; then
   rm -f /etc/ld.so.conf.new
   grep -v -e "/usr/lib64" /etc/ld.so.conf > /etc/ld.so.conf.new
   mv -f /etc/ld.so.conf.new /etc/ld.so.conf
fi
/sbin/ldconfig