#!/bin/sh -e if [ "$1" = "purge" ] then rm -rf /etc/gnue/ /usr/lib/gnue fi #DEBHELPER# exit 0