]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-info
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
[debhelper.git] / autoscripts / postinst-info
index 59881a191f275bcc9b7505bf3c49af3f2218bcc9..ffef86368d8af8828c00819a2aa556ba2fc11ee4 100644 (file)
@@ -1 +1,3 @@
-install-info --quiet --section "#SECTION#" "#SECTION#" #FILE#
+if [ "$1" = "configure" ]; then
+       install-info --quiet #FILE#
+fi