Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > b5fe51b1611e5a2e7adfb0ea80cc83dc > scriptlet

cluster-cim-0.12.1-11.el5.i386.rpm

POSTIN

/bin/sh
# pegasus might not be running, don't fail
/sbin/service tog-pegasus condrestart >&/dev/null
exit 0

POSTUN

/bin/sh
# don't restart pegasus twice on upgrades
if [ "$1" == "0" ]; then
	/sbin/service tog-pegasus condrestart >&/dev/null
fi
# pegasus might not be running, don't fail
exit 0






###  changelog ###