#!/bin/sh
set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove tucnak /usr/bin/tucnak
fi

#DEBHELPER#
