summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdelibs
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/tdelibs')
-rwxr-xr-xubuntu/maverick/tdelibs/debian/tdecmshell6
1 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/tdecmshell b/ubuntu/maverick/tdelibs/debian/tdecmshell
index 4e24cd356..64dea7e87 100755
--- a/ubuntu/maverick/tdelibs/debian/tdecmshell
+++ b/ubuntu/maverick/tdelibs/debian/tdecmshell
@@ -1,4 +1,6 @@
#!/bin/sh
-export TDEDIRS=/usr/:/opt/trinity/
-/opt/trinity/bin/tdecmshell.real $1 $2 $3 $4 $5 $6 $7 $8
+export XDG_CONFIG_DIRS=/opt/trinity/etc/xdg:/etc/xdg
+export XDG_DATA_DIRS=/opt/trinity/share:/usr/share
+
+${0}.real "$@"