Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > e8837ea62b8a357d2eb44f511618758e > scriptlet

certmonger-0.44-1.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