Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > e4866721bd93c04c3386bdbcc013b6b3 > files > 3

desktop-common-data-2010.1-2mdv2010.1.noarch.rpm

set MDV_MENU_STYLE=mandriva

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 ($MDV_MENU_STYLE  == discovery && ! ${?XDG_CONFIG_DIRS}) then
	set MDV_MENU_STYLE=mandriva
endif

setenv MDV_MENU_STYLE $MDV_MENU_STYLE