#!/bin/sh -e

set -e

if [ "$1" = "remove" ]; then
        update-alternatives --remove w /usr/bin/w.bassman
fi

#DEBHELPER#
