#!/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

    dpkg-divert --package xtell --remove --rename \
   	        --divert /usr/man/man1/write.orig.1.gz /usr/man/man1/write.1.gz

fi

#DEBHELPER#
