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

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