1 2 3 4 5 6 7 8 9 10
MDV_MENU_STYLE=mandriva [ -r /etc/sysconfig/menustyle ] && . /etc/sysconfig/menustyle [ -r $HOME/.menustyle ] && . $HOME/.menustyle if [ "$MDV_MENU_STYLE" = "discovery" ]; then MDV_MENU_STYLE=mandriva fi export MDV_MENU_STYLE