#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" != "upgrade" ]; then
	update-alternatives --remove x-window-manager /usr/bin/fvwm-crystal
fi

