1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-28 10:55:48 +01:00

wmaker.inst: Remove test for LITE and KDE message

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

Furthermore, remove confusing message about wmaker being configured for KDE.
This commit is contained in:
Carlos R. Mafra
2012-06-24 23:07:39 +01:00
parent 6bdc1318c1
commit 5795bb5638

View File

@@ -262,22 +262,17 @@ show_end_message() {
echo echo
echo "Installation Finished" echo "Installation Finished"
echo echo
if test -z "#LITE#" ; then echo "There are menus in 2 different file formats. The plain text format and"
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 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 "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 "menu that will be used by default is the property list one. Read" echo " $GSDIR/Library/WindowMaker/README"
echo " $GSDIR/Library/WindowMaker/README" echo "for information on how to change it."
echo "for information on how to change it." if [ "${inst_menu%.*}" = "menu" ]; then
if [ "${inst_menu%.*}" = "menu" ]; then echo "However, since you have locale set to $LOCALE and plmenu for such locale"
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 "was not found, your WMRootMenu contains path to text formated menu:" echo " $GSDIR/Library/WindowMaker/$inst_menu"
echo " $GSDIR/Library/WindowMaker/$inst_menu" fi
fi
else
echo "Your copy of Window Maker is configured especially for KDE."
echo "Window Maker application menus are not available."
fi
} }
wmaker_found=0 wmaker_found=0