#!/bin/sh -e case "$1" in purge) rm -f /etc/foomatic/filter.conf ucf --purge /etc/foomatic/filter.conf ;; esac #DEBHELPER# exit 0