Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 739e57323c986c0297838fc5f2717e33 > scriptlet

corosync-1.4.2-1.fc14.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