aboutsummaryrefslogtreecommitdiffstats
path: root/menu/menustyle.csh
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2007-08-23 17:33:23 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2007-08-23 17:33:23 +0000
commit3d72f421e0db9006a32db5ff13e29521615e782f (patch)
treefbe0bcb53c7d17d88c6829a3e8edb6c0e586dffb /menu/menustyle.csh
parentc8e6066ec969a907a74293026887ca9090d47b1f (diff)
downloadcommon-data-3d72f421e0db9006a32db5ff13e29521615e782f.tar
common-data-3d72f421e0db9006a32db5ff13e29521615e782f.tar.gz
common-data-3d72f421e0db9006a32db5ff13e29521615e782f.tar.bz2
common-data-3d72f421e0db9006a32db5ff13e29521615e782f.tar.xz
common-data-3d72f421e0db9006a32db5ff13e29521615e782f.zip
discovery menu is dead
Diffstat (limited to 'menu/menustyle.csh')
-rwxr-xr-xmenu/menustyle.csh8
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