Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 3ac68d1b44ab3821846ff8ea8da4efb0 > scriptlet

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