summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-sgmlcatalog
diff options
context:
space:
mode:
authorjoey <joey>2003-09-08 02:08:45 +0000
committerjoey <joey>2003-09-08 02:08:45 +0000
commit8962d748623d6d893cf0f38ff9090cdf57833b9f (patch)
tree39d6025328d6b8c7e30ef17a69d77c5b03d6c774 /autoscripts/postrm-sgmlcatalog
parent502fdaade0cbf7e0d9f8101edd4757902fe25876 (diff)
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the
advice of Adam DiCarlo. Closes: #209131
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