summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-11-07 22:10:35 +0000
committerjoeyh <joeyh>2006-11-07 22:10:35 +0000
commit860d0141f7d983a137621ae99be697c079af1ecf (patch)
tree5e30c22718666d7f5c7b89f77dad5a099306091c /autoscripts
parentf97dde5096608119aa86239edcce2b5532645a3b (diff)
r1956: * Correct some incorrect instances of "v4 only" in docs. Closes: #381536
* dh_installinfo: Put the section madness to bed by not passing any section information to install-info. Current install-info parses INFO-DIR-SECTION on its own if that's not specified. Closes: #337215
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-info2
-rw-r--r--autoscripts/postinst-info-nosection3
2 files changed, 1 insertions, 4 deletions
diff --git a/autoscripts/postinst-info b/autoscripts/postinst-info
index b528b5d8..ffef8636 100644
--- a/autoscripts/postinst-info
+++ b/autoscripts/postinst-info
@@ -1,3 +1,3 @@
if [ "$1" = "configure" ]; then
- install-info --quiet --section "\Q#SECTION#\E" "#SECTION#" #FILE#
+ install-info --quiet #FILE#
fi
diff --git a/autoscripts/postinst-info-nosection b/autoscripts/postinst-info-nosection
deleted file mode 100644
index ffef8636..00000000
--- a/autoscripts/postinst-info-nosection
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ]; then
- install-info --quiet #FILE#
-fi