#!/bin/sh

set -e

if [ $1 != "upgrade" ] ; then
	update-alternatives --remove tclsh /usr/bin/tclsh8.3
fi

# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/tcl8.3 ]; then
	rm -f /usr/doc/tcl8.3
fi
# End automatically added section

