#! /bin/sh set -e case "$1" in remove|deconfigure) # Alternatives update-alternatives --quiet --remove logo /usr/bin/ucblogo ;; esac #DEBHELPER#