From 59a2941c52f858bf0e62a1cce3a65aa518b98339 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 23 May 2002 13:00:10 +0000 Subject: Remove some unused code. --- german/linux-netscape6/scripts/configure | 8 +------- german/netscape7/scripts/configure | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) (limited to 'german') diff --git a/german/linux-netscape6/scripts/configure b/german/linux-netscape6/scripts/configure index 600b2dca2df8..d99b5c1783a2 100644 --- a/german/linux-netscape6/scripts/configure +++ b/german/linux-netscape6/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ diff --git a/german/netscape7/scripts/configure b/german/netscape7/scripts/configure index 600b2dca2df8..d99b5c1783a2 100644 --- a/german/netscape7/scripts/configure +++ b/german/netscape7/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ -- cgit v1.2.3