#! /bin/sh set -e # Clean up after ourselves if [ "$1" = remove ]; then rm -f /etc/X11/fvwm/system.fvwmrc; fi #DEBHELPER# exit 0