Sophie

Sophie

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

certmonger-0.30-4.fc14.i686.rpm

PREUN

/bin/sh
if test $1 -eq 0 ; then
	/sbin/service certmonger stop 2>&1 > /dev/null
	/sbin/chkconfig --del certmonger
fi
exit 0

POSTIN

/bin/sh
if test $1 -eq 1 ; then
	killall -HUP dbus-daemon 2>&1 > /dev/null
fi
/sbin/chkconfig --add certmonger

POSTUN

/bin/sh
if test $1 -gt 0 ; then
	/sbin/service certmonger condrestart 2>&1 > /dev/null
fi
exit 0