]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - debian/postinst
Drop installation debconf note Closes: #685082
[sven/java-package.git] / debian / postinst
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644 (file)
index cd46e5b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]
-then
-       . /usr/share/debconf/confmodule
-       db_input high java-package/postinst-note || true
-       db_go
-fi
-
-#DEBHELPER#
-
-exit 0