diff options
Diffstat (limited to 'system/rox-filer/rox-filer.sh')
-rw-r--r-- | system/rox-filer/rox-filer.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/rox-filer/rox-filer.sh b/system/rox-filer/rox-filer.sh new file mode 100644 index 0000000000..bba4482f44 --- /dev/null +++ b/system/rox-filer/rox-filer.sh @@ -0,0 +1,7 @@ +#!/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 |