Don't invoke Debconf from openflow-switch postinst.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Jul 2008 00:21:58 +0000 (17:21 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 24 Jul 2008 00:21:58 +0000 (17:21 -0700)
This was in there because at one time it seemed desirable to configure
from the postinst, but that idea was abandoned.  Now Debconf seems to
be screwing something up somehow, so we might as well not run it at all,
since it wasn't doing anything useful.

debian/openflow-switch.config [deleted file]
debian/openflow-switch.postinst [deleted file]

diff --git a/debian/openflow-switch.config b/debian/openflow-switch.config
deleted file mode 100755 (executable)
index 7546e02..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-set -e
-. /usr/share/debconf/confmodule
-# Nothing more to do -- the user is responsible for running ofp-switch-setup.
diff --git a/debian/openflow-switch.postinst b/debian/openflow-switch.postinst
deleted file mode 100755 (executable)
index c8dc9a4..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# postinst script for openflow-switch
-#
-# see: dh_installdeb(1)
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-#DEBHELPER#
-
-exit 0
-
-