Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > ddd5302148237ab93d0b577bc48e8ce6 > scriptlet

cluster-cim-0.18.7-1.fc16.i686.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