Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 734384ec3d587ab66c0206c6f9972436 > scriptlet

printer-filters-2007-3mlcs4.x86_64.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