]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - debian/postinst
Display usage info on install, docs polish
[sven/java-package.git] / debian / postinst
diff --git a/debian/postinst b/debian/postinst
new file mode 100644 (file)
index 0000000..9c24044
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "configure" ]
+then
+       . /usr/share/debconf/confmodule
+       db_input high java-package/postinst-note || true
+       db_go
+fi
+
+exit 0