]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-info
r1632: * Clarify dh_install's autodest behavior with wildcards. Closes: #224707
[debhelper.git] / autoscripts / prerm-info
index b3f53ccdb2b22072525565c419d06f40f92336fe..6d13234e1f7136e39ea4d464d2739ecc3c156127 100644 (file)
@@ -1 +1,3 @@
-install-info --quiet --remove #FILE#
+if [ "$1" = remove ]; then
+       install-info --quiet --remove #FILE#
+fi