#!/bin/sh #echo "prerm called with parameters $*" case "$1" in purge) update-rc.d -f fancyhttpd remove rmdir -fv /etc/fancyhttpd rmdir -v /etc/options/fancyhttpd exit 0 ;; esac