Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 50e82c35783e4b3c8fc9e6cc2a2bfb21 > scriptlet

cluster-cim-0.18.1-1.fc14.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