Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > media > main-testing > by-pkgid > 92f7ca24fef44236ec95d3003742a82b > scriptlet

hplip-2.7.7-7mdv2007.1.i586.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