Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > c4a86eba975fb1d50fc66b7c665b012a > scriptlet

Vuurmuur-daemon-0.7-7.fc13.i686.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