#!/bin/sh set -e # Automatically added by dh_installalternatives/13.3.4 if [ "$1" = "remove" ]; then update-alternatives --remove open /usr/bin/xdg-open fi # End automatically added section