Here's the trivial patch for this; only bothering to send it cause I already wrote it. ;-)
Don Armstrong -- The beauty of the DRUNKENNESS subprogram was that you could move your intoxication level up and down at will, instead of being caught on a relentless down escalator to bargain basement philosophy and the parking garage. -- Rudy von Bitter _Software_ p124 http://www.donarmstrong.com http://rzlab.ucr.edu
--- autoscripts/postinst-info~ 2005-05-13 13:46:36.000000000 -0700 +++ autoscripts/postinst-info 2005-11-03 01:55:48.000000000 -0800 @@ -1,3 +1,3 @@ if [ "$1" = "configure" ]; then - install-info --quiet --section "#SECTION#" "#SECTION#" #FILE# + install-info --quiet --section "\Q#SECTION#\E" "#SECTION#" #FILE# fi