Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > aab0d0dec504bc984a537b8f7af31202 > scriptlet

dictd-1.11.0-5.fc12.x86_64.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
   /sbin/chkconfig --del dictd
fi

POSTIN

/bin/sh
if [ $1 = 1 ]; then
   /sbin/chkconfig --add dictd
fi

POSTUN

/bin/sh
if [ $1 -ge 1 ] ; then
   /sbin/service dictd condrestart > /dev/null 2>&1 || :
fi