Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > fc97dd297ded4ff033452858f50e1198 > scriptlet

hplip-hpijs-ppds-3.22.10-2.mga9.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