]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-sgmlcatalog
Typo. Closes: #653339
[debhelper.git] / autoscripts / prerm-sgmlcatalog
index cdc96e0230f09f847fe44ff02f2b81e67ba87e56..d6f6fa7afa18ad032266ccb0374eaeec6ec0a124 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" = "remove" ]; then
+if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
        update-catalog --quiet --remove --super #CENTRALCAT#
 fi