Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 5780bd5a28ace0431cc3ba7787922645 > scriptlet

nufw-2.4.0-2.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add nufw

POSTUN

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