Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 1aea3150ea968610645d85af666dae2b > scriptlet

shorewall-4.4.23.3-1.fc14.noarch.rpm

PREUN

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

POSTIN

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