diff --git a/util/wmaker.inst.in b/util/wmaker.inst.in index 6257a543..632c112c 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