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.csh | |
parent | a1c01b57a34588a04b23c5c7b43f299f8e2f10ef (diff) | |
download | slackbuilds-15a83814dab363684048ea2baebf4be08be54e6f.tar.gz |
system/rox-filer: Added to 12.1 repository
Diffstat (limited to 'system/rox-filer/rox-filer.csh')
-rw-r--r-- | system/rox-filer/rox-filer.csh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/rox-filer/rox-filer.csh b/system/rox-filer/rox-filer.csh new file mode 100644 index 0000000000..b95ed56727 --- /dev/null +++ b/system/rox-filer/rox-filer.csh @@ -0,0 +1,6 @@ +#!/bin/csh +if ( $?XDG_CONFIG_DIRS ) then + setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/rox/xdg +else + setenv XDG_CONFIG_DIRS /etc/xdg:/etc/rox/xdg +endif |