Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 6208ec3b97a4e7609efd6fd201cb9198 > scriptlet

pki-ca-9.0.7-1.fc15.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