#! /bin/sh
# pre removal script for the Debian GNU/Linux efingerd package

set -e
update-inetd --pattern efingerd --disable finger
#update-inetd --group INFO --add 'finger		stream	tcp	nowait	nobody	/usr/sbin/tcpd	/usr/sbin/in.fingerd'
update-inetd --comment-chars '#<efingerd># ' --enable finger

# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/efingerd ]; then
	rm -f /usr/doc/efingerd
fi
# End automatically added section
