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

set -e



#if [ remove = "$1" ]; then
#    dpkg-divert --package xtell --remove --rename \
#		--divert /usr/bin/write.orig /usr/bin/write
#fi


# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
        update-rc.d xtell remove >/dev/null
fi
# End automatically added section
