Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 5e5a5c7afa9a9f73ed1e48a0f2d3fb5a > scriptlet

corosync-1.3.0-2.fc15.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	/sbin/service corosync stop &>/dev/null || :
	/sbin/chkconfig --del corosync || :
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
	/sbin/chkconfig --add corosync || :
fi