#!/bin/sh set -e PACKAGE=jade # this file will be automatically created CENTRALCAT=/etc/sgml/${PACKAGE}.cat case "$1" in remove|deconfigure|upgrade) # remove jade catalog install-sgmlcatalog --remove jade # remove our central catalog from the super catalog update-catalog --quiet --remove --super ${CENTRALCAT} ;; esac #DEBHELPER# exit 0