]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-info
r1932: split the scripts for the two cases, undo behavior change
[debhelper.git] / autoscripts / prerm-info
index 6d13234e1f7136e39ea4d464d2739ecc3c156127..57d25c080c874f36b1825abedb52e61e9acc93c6 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" = remove ]; then
+if [ "$1" = remove ] || [ "$1" = upgrade ]; then
        install-info --quiet --remove #FILE#
 fi