Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 96b4538849795fc61446de4e7978414c > scriptlet

firehol-1.273-10.1.fc17.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