Sophie

Sophie

distrib > PLD > ra > i686 > media > dist > by-pkgid > 8f1b77b808ae30f9a43ce8f4b3e4ec1a > scriptlet

dict-freedict-eng-fra-20020622-2.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