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

set -e

#update-inetd --file /etc/services --add 'xtell		4224/tcp			# xtell server'
#update-inetd --add 'xtell		stream	tcp	nowait	nobody	/usr/sbin/tcpd	/usr/sbin/xtelld'

#DEBHELPER#
