#!/bin/sh
set -e
# Automatically added by dh_installxmlcatalogs/UNDECLARED
if [ "$1" = "configure" ]; then
	update-xmlcatalog --sort --add --type public --id "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" --package libdbus-1-dev --local /usr/share/xml/dbus-1/catalog.xml
	update-xmlcatalog --sort --add --type public --id "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" --package libdbus-1-dev --local /usr/share/xml/dbus-1/catalog.xml
	update-xmlcatalog --sort --add --type system --id "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd" --package libdbus-1-dev --local /usr/share/xml/dbus-1/catalog.xml
	update-xmlcatalog --sort --add --type system --id "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" --package libdbus-1-dev --local /usr/share/xml/dbus-1/catalog.xml

	update-xmlcatalog --sort --add --type public --id "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" --package libdbus-1-dev --root
	update-xmlcatalog --sort --add --type public --id "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" --package libdbus-1-dev --root
	update-xmlcatalog --sort --add --type system --id "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd" --package libdbus-1-dev --root
	update-xmlcatalog --sort --add --type system --id "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" --package libdbus-1-dev --root

fi
# End automatically added section
