Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > 11dc563b546326d756c63a326e74dfde > scriptlet

hplip-hpijs-ppds-3.11.7-1.2.mga1.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