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