diff options
Diffstat (limited to 'iptables.pkg/postinst')
-rw-r--r-- | iptables.pkg/postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iptables.pkg/postinst b/iptables.pkg/postinst new file mode 100644 index 0000000..c120f92 --- /dev/null +++ b/iptables.pkg/postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "x${1}" = 'xconfigure' ]; then + /etc/init.d/iptables enable +fi |