aboutsummaryrefslogtreecommitdiffstats
path: root/menu/menustyle.sh
blob: be18181eccdc9b1978881a8ab2e9706d197c94b0 (plain)
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