blob: 6096ab2d632b02ebb11f741e33b4b02f205a1e4c (
plain)
1
2
3
4
5
6
7
8
9
10
|
MGA_MENU_STYLE=mageia
[ -r /etc/sysconfig/menustyle ] && . /etc/sysconfig/menustyle
[ -r $HOME/.menustyle ] && . $HOME/.menustyle
if [ "$MGA_MENU_STYLE" = "discovery" ]; then
MGA_MENU_STYLE=mageia
fi
export MGA_MENU_STYLE
|