From 3d72f421e0db9006a32db5ff13e29521615e782f Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 23 Aug 2007 17:33:23 +0000 Subject: discovery menu is dead --- menu/menustyle.csh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'menu/menustyle.csh') diff --git a/menu/menustyle.csh b/menu/menustyle.csh index 74776db..6c43314 100755 --- a/menu/menustyle.csh +++ b/menu/menustyle.csh @@ -1,8 +1,4 @@ -if ($META_CLASS == desktop ) then - set MDV_MENU_STYLE=discovery -else - set MDV_MENU_STYLE=mandriva -endif +set MDV_MENU_STYLE=mandriva foreach file (/etc/sysconfig/menustyle $HOME/.menustyle) if ( -f $file ) then @@ -11,7 +7,7 @@ foreach file (/etc/sysconfig/menustyle $HOME/.menustyle) end if ($MDV_MENU_STYLE == discovery && ! ${?XDG_CONFIG_DIRS}) then - setenv XDG_CONFIG_DIRS /etc/xdg/discovery:/etc/xdg + set MDV_MENU_STYLE=mandriva endif setenv MDV_MENU_STYLE $MDV_MENU_STYLE -- cgit v1.2.1