Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 292022f9fdeb0b1eac46c666c9339614 > scriptlet

opensm-3.3.5-1.fc14.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
	/sbin/service opensm stop
	/sbin/chkconfig --del opensm
	rm -f /var/cache/opensm/*
fi

POSTIN

/bin/sh
if [ $1 = 1 ]; then
	/sbin/chkconfig --add opensm
else
	/sbin/service opensm condrestart
fi