Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 77cc75396fa1230f9f6d66d529d85b60 > scriptlet

gutenprint-cups-5.0.0-0.9mdk.i586.rpm

POSTIN

/bin/sh
# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index
/sbin/service cups condrestart > /dev/null 2>/dev/null || :
# Update print queues with Gutenprint CUPS driver
/usr/sbin/cups-genppdupdate.5.0 > /dev/null 2>/dev/null || :

POSTUN

/bin/sh
# Restart the CUPS daemon when it is running, but do not start it when it
# is not running. The restart of the CUPS daemon updates the CUPS-internal
# PPD index
/sbin/service cups condrestart > /dev/null 2>/dev/null || :