mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
7 lines
168 B
Bash
7 lines
168 B
Bash
#!/bin/sh
|
|
if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
|
|
XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/rox/xdg
|
|
else
|
|
XDG_CONFIG_DIRS=/etc/xdg:/etc/rox/xdg
|
|
fi
|
|
export XDG_CONFIG_DIRS
|