#!/bin/sh

set -e

#DEBHELPER#

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

# End of file
