Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 40c19697dc42e76129bffc39c5933171 > scriptlet

Vuurmuur-daemon-0.7-7.fc13.x86_64.rpm

PREUN

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

POSTIN

/bin/sh

# Register the vuurmuur service
/sbin/chkconfig --add vuurmuur

POSTUN

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