Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 9a1e0c72d2b0dcedb2494bd1865056ce > scriptlet

cman-3.0.17-1.fc14.i686.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