aboutsummaryrefslogtreecommitdiffstats
path: root/menu/menustyle.csh
diff options
context:
space:
mode:
Diffstat (limited to 'menu/menustyle.csh')
-rwxr-xr-xmenu/menustyle.csh8
1 files changed, 4 insertions, 4 deletions
diff --git a/menu/menustyle.csh b/menu/menustyle.csh
index 6c43314..a3e6960 100755
--- a/menu/menustyle.csh
+++ b/menu/menustyle.csh
@@ -1,4 +1,4 @@
-set MDV_MENU_STYLE=mandriva
+set MGA_MENU_STYLE=mageia
foreach file (/etc/sysconfig/menustyle $HOME/.menustyle)
if ( -f $file ) then
@@ -6,8 +6,8 @@ foreach file (/etc/sysconfig/menustyle $HOME/.menustyle)
endif
end
-if ($MDV_MENU_STYLE == discovery && ! ${?XDG_CONFIG_DIRS}) then
- set MDV_MENU_STYLE=mandriva
+if ($MGA_MENU_STYLE == discovery && ! ${?XDG_CONFIG_DIRS}) then
+ set MGA_MENU_STYLE=mageia
endif
-setenv MDV_MENU_STYLE $MDV_MENU_STYLE
+setenv MGA_MENU_STYLE $MGA_MENU_STYLE