#!/bin/sh -e

# remove alternatives links

if [ "$1" = "remove" ]; then
  update-alternatives --remove x-terminal-emulator /usr/bin/osso-xterm
fi

#DEBHELPER#

exit 0
