From 6928c623230d870fa54f63ac5c5128dbdd0b8e00 Mon Sep 17 00:00:00 2001 From: Daniel sea McChlery Date: Thu, 16 Oct 2014 22:54:59 -0400 Subject: Applied pehjota's patch for the iptables init script. --- (limited to 'iptables.pkg/prerm') diff --git a/iptables.pkg/prerm b/iptables.pkg/prerm new file mode 100644 index 0000000..231d281 --- /dev/null +++ b/iptables.pkg/prerm @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "x${1}" = 'xremove' ]; then + /etc/init.d/iptables disable +fi -- cgit v0.9.1