Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > c049a649eeb10ebd4a4abadd24a4fdbd > scriptlet

pki-tks-1.3.3-1.fc14.noarch.rpm

PREUN

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

POSTIN

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

POSTUN

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