Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-updates > by-pkgid > 5891cb9a9025789a6b409c753d8a5a3c > scriptlet

hplip-hpijs-ppds-3.22.6-1.mga8.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