X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fprerm-sgmlcatalog;h=d6f6fa7afa18ad032266ccb0374eaeec6ec0a124;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=cdc96e0230f09f847fe44ff02f2b81e67ba87e56;hpb=2da6ed90ff536121b387c93385e1cf652f7bd3aa;p=debhelper.git diff --git a/autoscripts/prerm-sgmlcatalog b/autoscripts/prerm-sgmlcatalog index cdc96e0..d6f6fa7 100644 --- a/autoscripts/prerm-sgmlcatalog +++ b/autoscripts/prerm-sgmlcatalog @@ -1,3 +1,3 @@ -if [ "$1" = "remove" ]; then +if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then update-catalog --quiet --remove --super #CENTRALCAT# fi