Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > updates > by-pkgid > 9879ef85db853cec79afaa4023972efa > scriptlet

hplip-0.9.5-1.1.20060mdk.x86_64.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