Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > dfae6c490f457bc0e4108ecce720541e > scriptlet

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