X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=cd46e5b1aa893fc9aae4c0855c10adb016288f17;hb=262a79ad42b914c045cb4bd9c0344fb769cf951e;hpb=e0a81f74e9d4982fffab79fb8fe7fa45358631ed diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index cd46e5b..0000000 --- a/debian/postinst +++ /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