Sophie

Sophie

distrib > PLD > ra > i686 > media > dist > by-pkgid > e3fa8e75f9bf1bfc50d57a5d2543c6a9 > scriptlet

dict-wn-1.5-3.i686.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