Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > e39e3c91d4bb13d9d31533540b368d41 > scriptlet

starlink-htx-1.2_7.218-1.noarch.rpm

POSTIN

/bin/sh
umask 022
if ! grep -q '^/usr/lib/star/share$' /etc/ld.so.conf ; then
	echo '/usr/lib/star/share' >> /etc/ld.so.conf
fi
/sbin/ldconfig

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	umask 022
	grep -v "^/usr/lib/star/share$" /etc/ld.so.conf > /etc/ld.so.conf.tmp
	mv -f /etc/ld.so.conf.tmp /etc/ld.so.conf
fi
/sbin/ldconfig