Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > a15c87f53e2e14c33ede1a1d0efea352 > scriptlet

hplip-2.7.7-7mdv2007.1.x86_64.rpm

POSTIN

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

# Restart CUPS to make the Fax PPD known to it
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

POSTUN

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

# Restart CUPS to make the removal of the Fax PPD known to it
/sbin/service cups condrestart > /dev/null 2>/dev/null || :

Triggers

hplip < 2.7.7

/bin/sh
chkconfig --del hplip