Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 6455a21d735a18159a0a088f43cb6a4d > scriptlet

dictd-1.11.0-5.fc12.i686.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