Lines 7-23
Link Here
|
7 |
XDG_CONFIG_DIRS=\ |
7 |
XDG_CONFIG_DIRS=\ |
8 |
${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%LOCALBASE%%/etc/xdg/xfce4 |
8 |
${XDG_CONFIG_DIRS}:/etc/xdg:%%LOCALBASE%%/etc/xdg:%%LOCALBASE%%/etc/xdg/xfce4 |
9 |
|
9 |
|
10 |
if [ %%KDE4_PREFIX%% != %%LOCALBASE%% ]; then |
|
|
11 |
XDG_CONFIG_DIRS=%%KDE4_PREFIX%%/etc/xdg:${XDG_CONFIG_DIRS} |
12 |
fi |
13 |
|
14 |
export XDG_CONFIG_DIRS |
10 |
export XDG_CONFIG_DIRS |
15 |
|
11 |
|
16 |
XDG_DATA_DIRS=\ |
12 |
XDG_DATA_DIRS=\ |
17 |
${XDG_DATA_DIRS}:/usr/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome |
13 |
${XDG_DATA_DIRS}:/usr/share:%%LOCALBASE%%/share:%%LOCALBASE%%/share/gnome |
18 |
|
14 |
|
19 |
if [ %%KDE4_PREFIX%% != %%LOCALBASE%% ]; then |
|
|
20 |
XDG_DATA_DIRS=%%KDE4_PREFIX%%/share:${XDG_DATA_DIRS} |
21 |
fi |
22 |
|
23 |
export XDG_DATA_DIRS |
15 |
export XDG_DATA_DIRS |