diff options
Diffstat (limited to 'menu/menustyle.csh')
-rwxr-xr-x | menu/menustyle.csh | 8 |
1 files changed, 2 insertions, 6 deletions
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 |