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