summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-sgmlcatalog
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-sgmlcatalog')
-rw-r--r--autoscripts/postrm-sgmlcatalog2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-sgmlcatalog b/autoscripts/postrm-sgmlcatalog
index 168a6949..f95d85ba 100644
--- a/autoscripts/postrm-sgmlcatalog
+++ b/autoscripts/postrm-sgmlcatalog
@@ -1,3 +1,3 @@
-if [ "$1" = "purge" ]; then
+if [ "$1" = "purge" ] || [ "$1" = "upgrade" ] ; then
rm -f #CENTRALCAT# #CENTRALCAT#.old
fi