Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 9916a85dbb3196785d194ee6a8357628 > scriptlet

shorewall-lite-4.4.11.1-1.fc14.noarch.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
   /sbin/service shorewall stop >/dev/null 2>&1
   /sbin/chkconfig --del shorewall-lite
   rm -f /var/lib/shorewall-lite/*
fi

POSTIN

/bin/sh
if [ $1 = 1 ]; then
   /sbin/chkconfig --add shorewall-lite
fi