Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > bbf1d0a008b83f03802cc5e23606d923 > scriptlet

dict-hitchcock-1.5-13.amd64.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/dictd ]; then
	/etc/rc.d/init.d/dictd restart 1>&2
fi

POSTUN

/bin/sh
if [ -f /var/lock/subsys/dictd ]; then
	/etc/rc.d/init.d/dictd restart 1>&2 || true
fi