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

set -e

update-inetd --disable xtell
update-inetd --file /etc/services --disable xtell
#rm /usr/bin/write || true

