Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 914238f33ecf99ecce2f2c5cc4abc7d3 > scriptlet

dict-freedict-eng-ita-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