#!/bin/sh
# post removal script for the Debian GNU/Linux xtell package

set -e

update-inetd --disable xtell
update-inetd --file /etc/services --disable xtell
