Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 1033ff8cff1f8a456cefc89ba8a04e56 > scriptlet

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