Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 26735cbaf43ef6745922cc535df7b8f0 > scriptlet

hplip-hpijs-ppds-3.11.3a-5.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