Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > a7ef427371873f7fa07019bc267e0c93 > scriptlet

dict-freedict-ita-eng-20030508-4.x86_64.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