Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > media > main-testing > by-pkgid > e661161a01f5353cb6c3facfece599f8 > scriptlet

printer-filters-2007-9mdv2007.1.i586.rpm

PREUN

/bin/sh
#Stop oki4daemon when uninstalling printer-filters
/usr/share/rpm-helper/del-service printer-filters-utils $1 oki4daemon

POSTIN

/bin/sh
# Restart the oki4daemon when it is running, but do not activate it by
# default. It blocks the parallel port for non-OKI devices.
if [ "$1" -ne "1" ]; then
    # On update
    service oki4daemon condrestart > /dev/null 2>/dev/null || :
fi

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
	# On update
	/sbin/service oki4daemon condrestart >/dev/null 2>&1
fi