Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 22c8ac6caf5089115b2fc1265b19fcd2 > scriptlet

dict-freedict-scr-eng-20030508-4.amd64.rpm

POSTIN

/bin/sh
{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/dictd ] && . /etc/sysconfig/dictd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/dictd ]; then
/sbin/service dictd restart 1>&2 || :;
fi
fi };

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/dictd ] && . /etc/sysconfig/dictd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/dictd ]; then
/sbin/service dictd restart 1>&2 || :;
fi
fi };fi