#!/bin/sh -e # Remove alternatives links if [ "$1" = "remove" ]; then update-alternatives --remove babel.jar /usr/share/java/babel-0.10.2.jar fi