#!/bin/sh if [ "$1" = "remove" -o "$1" = "deconfigure" ] ; then update-alternatives --remove x-www-browser /usr/bin/amaya fi