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.
+++ /dev/null
-#!/bin/sh
-set -e
-. /usr/share/debconf/confmodule
-# Nothing more to do -- the user is responsible for running ofp-switch-setup.
+++ /dev/null
-#!/bin/sh
-# postinst script for openflow-switch
-#
-# see: dh_installdeb(1)
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-#DEBHELPER#
-
-exit 0
-
-