summaryrefslogtreecommitdiff
path: root/package/iptables/ipkg/iptables.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'package/iptables/ipkg/iptables.postinst')
-rw-r--r--package/iptables/ipkg/iptables.postinst7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/iptables/ipkg/iptables.postinst b/package/iptables/ipkg/iptables.postinst
deleted file mode 100644
index fd2865a31..000000000
--- a/package/iptables/ipkg/iptables.postinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-
-if [ -f $IPKG_INSTROOT/etc/init.d/S45firewall ]; then
- add_rcconf iptables firewall NO
-fi
-