Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 02847394f80523bb8c7f4bcda5195b77 > scriptlet

hplip-hpijs-ppds-3.12.9-6.1.mga3.i586.rpm

POSTIN

/bin/sh
# Restart CUPS to make the printing PPDs known to it
if [ -f /etc/init.d/cups ]; then
	/sbin/service cups condrestart || :
fi

POSTUN

/bin/sh
# Restart CUPS to make the removal of the printing PPDs known to it
if [ -f /etc/init.d/cups ]; then
	/sbin/service cups condrestart || :
fi