Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > f51bea63b7871a642d1e446aef96c369 > scriptlet

corosync-1.3.0-2.fc15.x86_64.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