Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > efbfdfc5cf2bc5c11e0d5def4b1f6ba9 > scriptlet

hplip-hpijs-ppds-3.11.5-2.2.x86_64.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