diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 02:00:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 02:00:00 -0600 |
commit | ce12f9fa05fe43b5878f3189e747e31bbb60c7f7 (patch) | |
tree | d413f990a9bf730db9626ccd8d1543e9ceca2b92 /ubuntu/maverick/tdelibs/debian/tdecmshell | |
parent | 906a58edb15cf66653ed0974d1507b5ff6acd65d (diff) | |
download | tde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.tar.gz tde-packaging-ce12f9fa05fe43b5878f3189e747e31bbb60c7f7.zip |
Update Debian and Ubuntu packaging with the latest renaming in GIT
Diffstat (limited to 'ubuntu/maverick/tdelibs/debian/tdecmshell')
-rwxr-xr-x | ubuntu/maverick/tdelibs/debian/tdecmshell | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/tdecmshell b/ubuntu/maverick/tdelibs/debian/tdecmshell new file mode 100755 index 000000000..4e24cd356 --- /dev/null +++ b/ubuntu/maverick/tdelibs/debian/tdecmshell @@ -0,0 +1,4 @@ +#!/bin/sh + +export TDEDIRS=/usr/:/opt/trinity/ +/opt/trinity/bin/tdecmshell.real $1 $2 $3 $4 $5 $6 $7 $8 |