Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 6bf9cff7ac106c6a9794ef282a856ce4 > scriptlet

dict-easton-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