Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-backports > by-pkgid > 9de05eb1071e74a21579289cef47ef1a > scriptlet

hplip-hpijs-ppds-3.15.11-1.mga5.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