centralized="/etc/sgml/catalog"

if ! [ -e "$centralized" ]; then
     echo "Creating $centralized!"
     touch $centralized
fi

/usr/bin/install-catalog --add $centralized /usr/share/sgml/docbook/dsssl-stylesheets-$VERSION/catalog
