Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 9bb8cd2a6a52aa7664edb827d4beda4b > scriptlet

ebtables-2.0.9-5.fc13.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	/sbin/service ebtables stop &>/dev/null || :
	/sbin/chkconfig --del ebtables
fi

POSTIN

/bin/sh
/sbin/chkconfig --add ebtables
/sbin/ldconfig

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
	/sbin/service ebtables condrestart &> /dev/null || :
fi
/sbin/ldconfig