#!/bin/sh

#DEBHELPER#

if [ $1 != "upgrade" ] ; then
        update-alternatives --remove java /usr/bin/java-vm
fi

