summaryrefslogtreecommitdiff
path: root/community/tremulous/tremulous.launcher
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-12-07 15:02:31 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-12-07 15:02:31 +0000
commit8736f458a17a03cf79a763a0c8122f93162fed71 (patch)
treefba97f22de8410ee5df8985e6c98756093578100 /community/tremulous/tremulous.launcher
parentd1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff)
Wed Dec 7 15:02:27 UTC 2011
Diffstat (limited to 'community/tremulous/tremulous.launcher')
-rw-r--r--community/tremulous/tremulous.launcher10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/tremulous/tremulous.launcher b/community/tremulous/tremulous.launcher
deleted file mode 100644
index 1bba6f848..000000000
--- a/community/tremulous/tremulous.launcher
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-case `uname -m` in
- i686) arch=x86 ;;
- x86_64) arch=x86_64 ;;
- *) exit 1 ;;
-esac
-
-cd "/opt/tremulous"
-./tremulous.$arch "$@"
-exit $?