#!/bin/sh -e if [ "$1" = "purge" ]; then if [ -e /etc/inetd.conf ] && ! egrep -q '^[[:alnum:]/]' /etc/inetd.conf; then rm /etc/inetd.conf fi fi # Automatically added by dh_installinit if [ "$1" = "purge" ] ; then update-rc.d openbsd-inetd remove >/dev/null fi # End automatically added section