summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/core/tdelibs/debian/tdecmshell
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/_base/core/tdelibs/debian/tdecmshell')
-rwxr-xr-xubuntu/_base/core/tdelibs/debian/tdecmshell6
1 files changed, 6 insertions, 0 deletions
diff --git a/ubuntu/_base/core/tdelibs/debian/tdecmshell b/ubuntu/_base/core/tdelibs/debian/tdecmshell
new file mode 100755
index 000000000..64dea7e87
--- /dev/null
+++ b/ubuntu/_base/core/tdelibs/debian/tdecmshell
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export XDG_CONFIG_DIRS=/opt/trinity/etc/xdg:/etc/xdg
+export XDG_DATA_DIRS=/opt/trinity/share:/usr/share
+
+${0}.real "$@"