summaryrefslogtreecommitdiffstats
path: root/iptables.pkg/postinst
blob: c120f92ffce799895035851803fab6f325d92afe (plain)
1
2
3
4
5
#!/bin/sh

if [ "x${1}" = 'xconfigure' ]; then
	/etc/init.d/iptables enable
fi