#!/bin/sh
# sgml-data postinst
#   jobs: install SGML catalog

PACKAGE=sgml-data
CATALOG=/usr/lib/sgml-data/sgml.catalog

set -e

if [ "$1" = configure ]; then
    install-sgmlcatalog --quiet --install $CATALOG $PACKAGE
fi

# automatically generated debhelper commands
#DEBHELPER#

exit 0
