summaryrefslogtreecommitdiff
path: root/community/tremulous/tremulous.launcher
diff options
context:
space:
mode:
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 $?