#!/bin/sh set -e case "$1" in remove|deconfigure) update-alternatives --remove x-www-browser /usr/bin/midori ;; esac #DEBHELPER# exit 0