Sophie

Sophie

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

dict-freedict-nld-fra-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