Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 94527d8972113187b5e717031455d32c > scriptlet

pki-ca-1.3.6-1.fc14.noarch.rpm

PREUN

/bin/sh
if [ $1 = 0 ] ; then
    /sbin/service pki-cad stop >/dev/null 2>&1
    /sbin/chkconfig --del pki-cad || :
fi

POSTIN

/bin/sh
# This adds the proper /etc/rc*.d links for the script
/sbin/chkconfig --add pki-cad || :

POSTUN

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