]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-sgmlcatalog
dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being used here...
[debhelper.git] / autoscripts / postrm-sgmlcatalog
index f95d85ba52dd779810e5e8cae07c76c7b35e28e7..f8278e6851745e60ea2c8f7408f95dafa584c2b0 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" = "purge" ] || [ "$1" = "upgrade" ] ; then
-       rm -f #CENTRALCAT# #CENTRALCAT#.old
+if [ "$1" = "purge" ]; then
+       rm -f #CENTRALCAT#.old
 fi