]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-info-nosection
r1955: * Tighten python-support and python-central dependencies of debhelper,
[debhelper.git] / autoscripts / postinst-info-nosection
index cba27d278360e54d99a583dd3236e1dc8b0d6b1b..ffef86368d8af8828c00819a2aa556ba2fc11ee4 100644 (file)
@@ -1 +1,3 @@
-install-info --quiet #FILE#
+if [ "$1" = "configure" ]; then
+       install-info --quiet #FILE#
+fi