Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 54883d26018f305cb86678d4f645858d > scriptlet

firehol-1.273-5.fc12.noarch.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add firehol

POSTUN

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