#!/bin/sh
set -e

case "$1" in
    purge)
	# remove the files that install-menu creates
	rm -f /etc/X11/wmanagerrc
	;;
esac

#DEBHELPER#
