r12: - add symlink /etc/init.d/iptables -> /etc/init.d/iptables-cn
authorDinko Korunic <Dinko.Korunic@CARNet.hr>
Sun, 14 Oct 2007 21:26:52 +0000 (21:26 +0000)
committerDinko Korunic <Dinko.Korunic@CARNet.hr>
Sun, 14 Oct 2007 21:26:52 +0000 (21:26 +0000)
debian/links [new file with mode: 0644]
debian/postinst

diff --git a/debian/links b/debian/links
new file mode 100644 (file)
index 0000000..7c10417
--- /dev/null
@@ -0,0 +1 @@
+etc/init.d/iptables-cn etc/init.d/iptables
index 81d185d..d4f3626 100755 (executable)
@@ -34,10 +34,7 @@ if dpkg --compare-versions "$2" lt "2:1.2.11-4"; then
 fi
 
 # remove old iptables init script
 fi
 
 # remove old iptables init script
-if [ -e /etc/init.d/iptables ]; then
-    rm -f /etc/init.d/iptables
-    update-rc.d -f iptables remove
-fi
+update-rc.d -f iptables remove >/dev/null 2>&1 || true
 
 # check if old default file exists and import it
 if [ -e /etc/default/iptables ]; then
 
 # check if old default file exists and import it
 if [ -e /etc/default/iptables ]; then