Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > f9c7654055582403f73096571262774f > files > 3

desktop-common-data-7.0-1.mga7.noarch.rpm

set MGA_MENU_STYLE=mageia

foreach file (/etc/sysconfig/menustyle $HOME/.menustyle)
 if ( -f $file ) then
   eval `sed 's|^#.*||' $file | sed 's|\([^=]*\)=\([^=]*\)|set \1=\2|g' | sed 's|$|;|' `
 endif
end

if ($MGA_MENU_STYLE  == discovery && ! ${?XDG_CONFIG_DIRS}) then
	set MGA_MENU_STYLE=mageia
endif

setenv MGA_MENU_STYLE $MGA_MENU_STYLE