diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-10-02 20:22:28 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-10-02 20:22:28 +0200 |
commit | cc3858bd8844988a5c49afb168be806168bea7e0 (patch) | |
tree | 12bbf83a9826e9daf9259c0b7d8feada197d8751 /ubuntu/maverick/tdelibs/debian/tdecmshell | |
parent | 8af8d5c2c458ec76eca7074bed52ea49e73b477c (diff) | |
parent | 47864a912b26acfd0a5c4c0a8be6bfd8df892dd8 (diff) | |
download | tde-packaging-cc3858bd8844988a5c49afb168be806168bea7e0.tar.gz tde-packaging-cc3858bd8844988a5c49afb168be806168bea7e0.zip |
RPM Packaging: updates
Diffstat (limited to 'ubuntu/maverick/tdelibs/debian/tdecmshell')
-rwxr-xr-x | ubuntu/maverick/tdelibs/debian/tdecmshell | 6 |
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 "$@" |