Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 75fdfd534a6a1d94b96ec4001d2f5daa > scriptlet

hplip-0.9.4-6mdk.i586.rpm

PREUN

/bin/sh
# Let HPLIP daemons not be automatically started at boot time any more
/usr/share/rpm-helper/del-service hplip $1 hplip

POSTIN

/bin/sh
# Let HPLIP daemons be automatically started at boot time
/usr/share/rpm-helper/add-service hplip $1 hplip 
# Menu update
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 


# Reload the library lists when installing shared libraries

POSTUN

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


# Reload the library lists when uninstalling shared libraries