aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/menu/menustyle.sh
blob: 5a3d46e487f5af57be2feac389331b1b201a8e62 (plain)
1
2
3
4
5
6
7
8
9
10
MDV_MENU_STYLE=mandriva

[ -r /etc/sysconfig/menustyle ] && source /etc/sysconfig/menustyle
[ -r $HOME/.menustyle ] && source $HOME/.menustyle

if [ "$MDV_MENU_STYLE" = "discovery" ]; then
	MDV_MENU_STYLE=mandriva
fi

export MDV_MENU_STYLE