aboutsummaryrefslogtreecommitdiffstats
path: root/menu/menustyle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'menu/menustyle.sh')
-rwxr-xr-xmenu/menustyle.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/menu/menustyle.sh b/menu/menustyle.sh
index e1b5051..5a3d46e 100755
--- a/menu/menustyle.sh
+++ b/menu/menustyle.sh
@@ -1,15 +1,10 @@
-if [ "$META_CLASS" = "desktop" ]; then
- MDV_MENU_STYLE=discovery
-else
- MDV_MENU_STYLE=mandriva
-fi
+MDV_MENU_STYLE=mandriva
[ -r /etc/sysconfig/menustyle ] && source /etc/sysconfig/menustyle
[ -r $HOME/.menustyle ] && source $HOME/.menustyle
-if [ "$MDV_MENU_STYLE" = "discovery" -a "x$XDG_CONFIG_DIRS" = "x" ]; then
- XDG_CONFIG_DIRS=/etc/xdg/discovery:/etc/xdg
- export XDG_CONFIG_DIRS
+if [ "$MDV_MENU_STYLE" = "discovery" ]; then
+ MDV_MENU_STYLE=mandriva
fi
export MDV_MENU_STYLE