summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-sgmlcatalog
diff options
context:
space:
mode:
authorjoey <joey>2003-02-12 16:25:44 +0000
committerjoey <joey>2003-02-12 16:25:44 +0000
commit2da6ed90ff536121b387c93385e1cf652f7bd3aa (patch)
tree81bf6cd60fd86a47ad69b5fc046df4577ba85827 /autoscripts/prerm-sgmlcatalog
parentdb1642cfc79170f94104cfb5f51e1ee498d49bbe (diff)
r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. By
Adam DiCarlo. Closes: #90025
Diffstat (limited to 'autoscripts/prerm-sgmlcatalog')
-rw-r--r--autoscripts/prerm-sgmlcatalog3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/prerm-sgmlcatalog b/autoscripts/prerm-sgmlcatalog
new file mode 100644
index 00000000..cdc96e02
--- /dev/null
+++ b/autoscripts/prerm-sgmlcatalog
@@ -0,0 +1,3 @@
+if [ "$1" = "remove" ]; then
+ update-catalog --quiet --remove --super #CENTRALCAT#
+fi