summarylogtreecommitdiffstats
path: root/unvanquished.sh
diff options
context:
space:
mode:
authorViech2022-08-06 11:22:47 +0200
committerViech2022-08-06 11:22:47 +0200
commit0ff5bb39d68a8e47011ce5e9e1505c7cbdec14f2 (patch)
tree2f22f3ccd0f64f58598ee7657245fee8b1f16d33 /unvanquished.sh
parent71ac9e0c5f62670ddda46747176dc4b2e961e519 (diff)
downloadaur-0ff5bb39d68a8e47011ce5e9e1505c7cbdec14f2.tar.gz
Update to 0.53.1.
Arch Linux-specific config files are now shipped with the PKGBUILD.
Diffstat (limited to 'unvanquished.sh')
-rwxr-xr-xunvanquished.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/unvanquished.sh b/unvanquished.sh
new file mode 100755
index 000000000000..4ade47eca0e2
--- /dev/null
+++ b/unvanquished.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# launcher script for unvanquished client
+
+exec /usr/lib/unvanquished/daemon -libpath /usr/lib/unvanquished -pakpath /usr/share/unvanquished/pkg "$@"