diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 02:25:54 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 02:25:54 +0000 |
commit | 9dbf5a28d2b2d270fc8a390e6964a9b9ac35b7b5 (patch) | |
tree | 531a3b55cc3301d3fe4beef0a9f59f781e81c4c7 /trinity | |
parent | 549c7e4d630743ae94883997fec3b8fc31e32a22 (diff) | |
download | tdebase-9dbf5a28d2b2d270fc8a390e6964a9b9ac35b7b5.tar.gz tdebase-9dbf5a28d2b2d270fc8a390e6964a9b9ac35b7b5.zip |
Second part of previous commit
Move files with kde3 in their name to have trinity in their name instead
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1248413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'trinity')
-rw-r--r-- | trinity | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/trinity b/trinity new file mode 100644 index 000000000..a99dcf461 --- /dev/null +++ b/trinity @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Script for launching KDE3 applications from outside of the KDE3 desktop +# +# Modify this to match your specific needs, such as setting up needed env. variables, +# and make sure this script is in $PATH (e.g. make a symlink if necessary). +# + +exec "$@" |