From 860d0141f7d983a137621ae99be697c079af1ecf Mon Sep 17 00:00:00 2001 From: joeyh Date: Tue, 7 Nov 2006 22:10:35 +0000 Subject: 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 --- autoscripts/postinst-info | 2 +- autoscripts/postinst-info-nosection | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 autoscripts/postinst-info-nosection (limited to 'autoscripts') 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 -- cgit v1.2.3