X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=9c24044a0b9706c0dd6320cbbb289d7cb0076336;hp=0000000000000000000000000000000000000000;hb=64fb735f8874c079d1fb1968bd13339f436368e7;hpb=247c51234827fa2dc8b3f7c2cf5e9afe27b228b4 diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..9c24044 --- /dev/null +++ b/debian/postinst @@ -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