#!/bin/sh -e if test "$1" = purge; then rm -rf /etc/xinetd.d fi #DEBHELPER#