Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > ce97a256597d44bfb2464e0377c9a0a7 > scriptlet

ibmasm-3.0-9.i386.rpm

PREUN

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

POSTIN

/bin/sh
if [ $1 = 1 ]; then
	/sbin/chkconfig --add ibmasm
fi

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
	/sbin/service ibmasm condrestart >/dev/null 2>&1
fi