Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 066ff7b0561a8c4b7b836b14a58bcbb9 > scriptlet

hplip-hpijs-ppds-3.11.5-1.3mdv2010.2.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