Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > d6df0de401bed2e28493428ac0d288bd > scriptlet

hplip-hpijs-ppds-3.14.6-8.mga5.x86_64.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