Sophie

Sophie

distrib > PLD > ra > i686 > media > dist > by-pkgid > 46e4026b98381771b761d6c8207e1d00 > scriptlet

dict-IDP-German-19990219-1.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