summaryrefslogtreecommitdiff
path: root/testing/libx11/xorg.csh
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libx11/xorg.csh')
-rw-r--r--testing/libx11/xorg.csh15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/libx11/xorg.csh b/testing/libx11/xorg.csh
deleted file mode 100644
index 26c49a222..000000000
--- a/testing/libx11/xorg.csh
+++ /dev/null
@@ -1,15 +0,0 @@
-setenv XDG_DATA_HOME ${HOME}/.local/share
-setenv XDG_CONFIG_HOME ${HOME}/.config
-setenv XDG_CACHE_HOME ${HOME}/.cache
-
-if (! ($?XDG_DATA_DIRS) ) then
- setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/
-else
- setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/:${XDG_DATA_DIRS}
-endif
-
-if (! ($?XDG_CONFIG_DIRS) ) then
- setenv XDG_CONFIG_DIRS /etc/xdg
-else
- setenv XDG_CONFIG_DIRS /etc/xdg:${XDG_CONFIG_DIRS}
-endif