summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-info
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-info')
-rw-r--r--autoscripts/postinst-info4
1 files changed, 3 insertions, 1 deletions
diff --git a/autoscripts/postinst-info b/autoscripts/postinst-info
index 59881a19..71ffa19b 100644
--- a/autoscripts/postinst-info
+++ b/autoscripts/postinst-info
@@ -1 +1,3 @@
-install-info --quiet --section "#SECTION#" "#SECTION#" #FILE#
+if [ "$1" = "configure" ]; then
+ install-info --quiet --section "#SECTION#" "#SECTION#" #FILE#
+fi