Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > dc55f9360bae6ad1f1409107db25deaf > scriptlet

firehol-1.296-1.fc18.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