diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 21:40:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 21:40:01 +0200 |
commit | e465135180c4370c7b9fe730972d73afab1a7499 (patch) | |
tree | 25fd7b3b15e98699f04687cfa3d82f3a9034460c /package/iptables/files/ip6tables.postinst | |
parent | b708ee58f7bef7b479f5b6999a8e976d332691b6 (diff) |
add separate postinst
Diffstat (limited to 'package/iptables/files/ip6tables.postinst')
-rw-r--r-- | package/iptables/files/ip6tables.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iptables/files/ip6tables.postinst b/package/iptables/files/ip6tables.postinst new file mode 100644 index 000000000..09645104b --- /dev/null +++ b/package/iptables/files/ip6tables.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh + +add_rcconf iptables firewall6 NO |