]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-info
r547: * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
[debhelper.git] / autoscripts / postinst-info
index 59881a191f275bcc9b7505bf3c49af3f2218bcc9..71ffa19b70697ad62f8373bb4f9165e3ac27cb8c 100644 (file)
@@ -1 +1,3 @@
-install-info --quiet --section "#SECTION#" "#SECTION#" #FILE#
+if [ "$1" = "configure" ]; then
+       install-info --quiet --section "#SECTION#" "#SECTION#" #FILE#
+fi