#! /bin/sh set -e #DEBHELPER# if [ $1 != "upgrade" ] ; then update-alternatives --install /usr/bin/java java /usr/bin/java-vm 10 fi