Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > b4d99155cb3410c7ae33dcbf52b8e0c5 > scriptlet

hplip-hpijs-ppds-3.19.5-1.mga7.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