#!/bin/sh
set -e

case "$1" in
    remove)
        update-alternatives --remove x-window-manager /usr/bin/blackbox
	;;
    *)
        ;;
esac

#DEBHELPER#

