LITE was removed in fe736e849c9 ("Remove LITE config option"), but
the check for it in wmaker.inst was missed.

Furthermore, remove confusing message about wmaker being configured for KDE.

Signed-off-by: Carlos R. Mafra <[email protected]>
---
 util/wmaker.inst.in |   27 +++++++++++----------------
 1 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/util/wmaker.inst.in b/util/wmaker.inst.in
index 6257a54..632c112 100644
--- a/util/wmaker.inst.in
+++ b/util/wmaker.inst.in
@@ -262,22 +262,17 @@ show_end_message() {
 echo
 echo "Installation Finished"
 echo
-if test -z "#LITE#" ; then
- echo "There are menus in 2 different file formats. The plain text format and"
- echo "the property list format. The plain text format is more flexible, but"
- echo "the menu in the property list format can be edited graphically. The"
- echo "menu that will be used by default is the property list one. Read"
- echo "    $GSDIR/Library/WindowMaker/README"
- echo "for information on how to change it."
-    if [ "${inst_menu%.*}" = "menu" ]; then
- echo "However, since you have locale set to $LOCALE and plmenu for such 
locale"
- echo "was not found, your WMRootMenu contains path to text formated menu:"
- echo "    $GSDIR/Library/WindowMaker/$inst_menu"
-    fi
-else
- echo "Your copy of Window Maker is configured especially for KDE."
- echo "Window Maker application menus are not available."
-fi
+echo "There are menus in 2 different file formats. The plain text format and"
+echo "the property list format. The plain text format is more flexible, but"
+echo "the menu in the property list format can be edited graphically. The"
+echo "menu that will be used by default is the property list one. Read"
+echo "    $GSDIR/Library/WindowMaker/README"
+echo "for information on how to change it."
+  if [ "${inst_menu%.*}" = "menu" ]; then
+echo "However, since you have locale set to $LOCALE and plmenu for such locale"
+echo "was not found, your WMRootMenu contains path to text formated menu:"
+echo "    $GSDIR/Library/WindowMaker/$inst_menu"
+  fi
 }
 
 wmaker_found=0
-- 
1.7.7


-- 
To unsubscribe, send mail to [email protected].

Reply via email to