#! /bin/sh

set -e

#DEBHELPER#

if [ $1 != "upgrade" ] ; then

        update-alternatives --install /usr/bin/javac javac /usr/bin/java-c 10 

fi

