#!/bin/sh -e

if [ "$1" = "purge" ]; then
	update-rc.d inetd remove >/dev/null
fi

##DEBHELPER##
