Sophie

Sophie

distrib > Mageia > 4 > x86_64 > media > core-updates > by-pkgid > daa55023d891bfdb2faf32f520e7c7ec > scriptlet

hplip-hpijs-ppds-3.13.9-4.1.mga4.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