summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-sgmlcatalog
diff options
context:
space:
mode:
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