Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 0c53da816c4731962860db2b499b16d0 > scriptlet

ebtables-2.0.9-5.el5.i386.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