Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > 912d996d4c6fa5bd0a62f4ac6d461b90 > scriptlet

hplip-hpijs-ppds-3.12.4-1.1.mga2.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