Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 694965600fc3030abd5cc5bbfb651096 > scriptlet

hplip-hpijs-ppds-3.12.9-6.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