#! /bin/sh set -e #DEBHELPER# case "$1" in remove|deconfigure|failed-upgrade) update-inetd --remove 1020 || true ;; esac