Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 24d178989cd34874ece11d39978e8897 > scriptlet

shorewall-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
   rm -f /var/lib/shorewall/*
fi

POSTIN

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