File: //var/lib/dpkg/info/libdbus-1-dev:amd64.prerm
#!/bin/sh
set -e
# Automatically added by dh_installxmlcatalogs/UNDECLARED
if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
update-xmlcatalog --del --type public --id "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" --root || true
update-xmlcatalog --del --type public --id "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" --root || true
update-xmlcatalog --del --type system --id "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd" --root || true
update-xmlcatalog --del --type system --id "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" --root || true
update-xmlcatalog --del --type public --id "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" --package libdbus-1-dev || true
update-xmlcatalog --del --type public --id "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" --package libdbus-1-dev || true
update-xmlcatalog --del --type system --id "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd" --package libdbus-1-dev || true
update-xmlcatalog --del --type system --id "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" --package libdbus-1-dev || true
fi
# End automatically added section