#!/bin/sh -e

case "$1" in
remove)
	[ -x /usr/sbin/update-inetd ] && update-inetd --remove "biff"
	;;
esac

exit 0

#DEBHELPER#
