summarylogtreecommitdiffstats
path: root/voxelshop
diff options
context:
space:
mode:
authorDamien Flament2017-08-26 14:32:37 +0200
committerDamien Flament2017-08-26 14:39:55 +0200
commit8a6275ba21e408b87d342539b862913ce2c355e5 (patch)
tree402c88e122c0a0d6d00495cf2d4a0a22f65b985a /voxelshop
parent77f6d27e6d33bb1f373774ee5c749f6412dced82 (diff)
downloadaur-8a6275ba21e408b87d342539b862913ce2c355e5.tar.gz
Updated to version 1.8.11
- Java runtime 8 is the minimum version required, - GetDown is nomore used, - extract the sources archive manually to prevent filename conflict with the custom startup script, - add some packaging info messages.
Diffstat (limited to 'voxelshop')
-rwxr-xr-xvoxelshop9
1 files changed, 1 insertions, 8 deletions
diff --git a/voxelshop b/voxelshop
index 13d8b2c3fb9b..217ceadf25ef 100755
--- a/voxelshop
+++ b/voxelshop
@@ -1,11 +1,4 @@
#!/bin/bash
-cd /usr/share/{{pkgname}}/
-declare -r DATA_DIR=${XDG_DATA_HOME:-"${HOME}/.local/share"}/{{pkgname}}
-
-# Update the Getdown configuration file
-install -CDm644 -t "${DATA_DIR}" getdown.txt
-
-# Start the application using Getdown
-exec /usr/bin/java -jar getdown-client.jar "${DATA_DIR}"
+exec /usr/bin/java -jar /usr/share/java/{{pkgname}}/{{pkgname}}-start.jar