#!/bin/sh set -e case "$1" in remove) update-alternatives --remove x-window-manager /usr/bin/startfluxbox ;; *) ;; esac #DEBHELPER#