Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 6b20e202e6f046c15cb9bd690a6da151 > scriptlet

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