diff options
author | slakmagik <jsun@freeshell.org> | 2010-05-11 22:55:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:55:28 +0200 |
commit | 15a83814dab363684048ea2baebf4be08be54e6f (patch) | |
tree | 175acbc103bced42f5e661191b665041ea7e35d9 /system/rox-filer/rox-filer.sh | |
parent | a1c01b57a34588a04b23c5c7b43f299f8e2f10ef (diff) |
system/rox-filer: Added to 12.1 repository
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 000000000000..bba4482f4498 --- /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 |