summaryrefslogtreecommitdiff
path: root/community/tremulous
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-07 12:04:09 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-07 12:04:09 -0300
commitbae3e33d2e446a83c2a1ec40e017a9378fe10ef0 (patch)
tree7ca1b9e71febdb445097556529442c74e59b3746 /community/tremulous
parent5a9eef758e9537d6f9913ed487686e8021a77808 (diff)
parent8736f458a17a03cf79a763a0c8122f93162fed71 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/dev86/PKGBUILD community/diacanvas/PKGBUILD community/gnunet-setup/PKGBUILD community/hula/PKGBUILD extra/libgnomecups/PKGBUILD extra/libgnomeprint/PKGBUILD extra/libgnomeprintui/PKGBUILD extra/libmcs/PKGBUILD extra/lv2core/PKGBUILD extra/opencdk/PKGBUILD
Diffstat (limited to 'community/tremulous')
-rw-r--r--community/tremulous/tremded.launcher10
-rw-r--r--community/tremulous/tremulous.launcher10
2 files changed, 0 insertions, 20 deletions
diff --git a/community/tremulous/tremded.launcher b/community/tremulous/tremded.launcher
deleted file mode 100644
index 630fb5886..000000000
--- a/community/tremulous/tremded.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"
-./tremded.$arch "$@"
-exit $?
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 $?