Package: man-db
Version: 2.4.0
Author: Guillem Jover <guillem@hadrons.org>
Status: fixed
Debbug: 100616
Description:
 Switch to lower case noninteractive.

--- postinst	2002-07-28 07:33:29.000000000 +0200
+++ postinst.patched	2002-07-28 07:41:32.000000000 +0200
@@ -92,7 +92,7 @@
 fi
 
 if [ $build_db -eq 1 ]; then
-    if [ "$DEBIAN_FRONTEND" = Noninteractive ]; then
+    if [ "$DEBIAN_FRONTEND" = noninteractive ]; then
 	# Run in the foreground. In this case, chances are we're being run
 	# from debootstrap, which will have problems if mandb runs
 	# backgrounded for too long (bug #100616).
