]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - debian/apt-p2p.config
Revert "Add debconf to inform the user of the necessity of port forwarding."
[quix0rs-apt-p2p.git] / debian / apt-p2p.config
diff --git a/debian/apt-p2p.config b/debian/apt-p2p.config
deleted file mode 100644 (file)
index e6cf838..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-set -e
-#set -x
-
-# source debconf stuff
-if [ -f /usr/share/debconf/confmodule ]; then
-        . /usr/share/debconf/confmodule
-fi
-
-if [ "$1" = "configure" ]
-then 
-        db_input high apt-p2p/port_forward || true
-        db_go
-fi