Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > plf-non-free > by-pkgid > 7ddb38e41dd9cd91523adc9faf5684c2 > scriptlet

ati-8.28.8-0.1.20060plf.x86_64.rpm

PREIN

/bin/sh
if [[ -f /usr/share/fglrx/fglrx-uninstall.sh ]]; then
	cd /usr/share/fglrx
	sh fglrx-uninstall.sh &>/dev/null || :
	rm -f fglrx-uninstall.sh
fi

PREUN

/bin/sh
/usr/share/rpm-helper/del-service ati $1 atieventsd

POSTIN

/bin/sh
/sbin/ldconfig
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

/usr/share/rpm-helper/add-service ati $1 atieventsd

POSTUN

/bin/sh
/sbin/ldconfig
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi