Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 6c53b75a6511fa6666ce7599f9941441 > scriptlet

cman-3.1.1-1.fc15.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
	/sbin/service cman stop >/dev/null 2>&1
	/sbin/chkconfig --del cman
fi

POSTIN

/bin/sh
/sbin/chkconfig --add cman

# make sure to stop cman always as last