]> git.sven.stormbind.net Git - sven/java-package.git/blob - debian/postinst
Replaced j2re and j2sdk by jre and jdk in the name of the generated packages
[sven/java-package.git] / debian / postinst
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = "configure" ]
6 then
7         . /usr/share/debconf/confmodule
8         db_input high java-package/postinst-note || true
9         db_go
10 fi
11
12 #DEBHELPER#
13
14 exit 0