summaryrefslogtreecommitdiff
path: root/package/iptables/files/iptables.postinst
blob: fd2865a3147050ab9dd95eacb00cc63bb8f8398f (plain)
1
2
3
4
5
6
7
#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh

if [ -f $IPKG_INSTROOT/etc/init.d/S45firewall ]; then
    add_rcconf iptables firewall NO
fi