summarylogtreecommitdiffstats
path: root/minecraft.install
diff options
context:
space:
mode:
authorChristophe Robin2017-12-01 16:55:21 +0900
committerChristophe Robin2017-12-01 16:55:48 +0900
commitbd0f92a9be6a9c93285b77f68d157a31eda083f6 (patch)
tree649d86db927d4d703676a1e115a1020106b8ea19 /minecraft.install
parent369083162a2dc8f0fdfb91a3e3f4361cdfc07716 (diff)
downloadaur-bd0f92a9be6a9c93285b77f68d157a31eda083f6.tar.gz
Set java-runtime to accept Java 9
Diffstat (limited to 'minecraft.install')
-rw-r--r--minecraft.install20
1 files changed, 12 insertions, 8 deletions
diff --git a/minecraft.install b/minecraft.install
index fe4968325489..8322f294baf5 100644
--- a/minecraft.install
+++ b/minecraft.install
@@ -4,14 +4,18 @@
## arg 1: the new package version
post_install() {
- echo ">>> PACKAGES NOTES"
- echo ">>> --------------"
- echo ">>> This is the full version of the game, you need a valid account to play it."
- echo ">>> To create an account, connect to http://www.minecraft.net/ and buy the full"
- echo ">>> game for 19.95€. You should then be able to log in and play."
- echo ">>> --------------"
- echo ">>> The game will auto update and store the updated binary and game configuration"
- echo ">>> in ~/.minecraft"
+ echo "PACKAGES NOTES"
+ echo "--------------"
+ echo ""
+ echo "This is the full version of the game, you need a valid account to play it."
+ echo "To create an account, connect to http://www.minecraft.net/ and buy the full"
+ echo "game from the store. You should then be able to log in and play."
+ echo ""
+ echo "The game will auto update and store the updated binary and game configuration"
+ echo "in ~/.minecraft"
+ echo ""
+ echo "For Java 9 users, please check the following link: http://bit.ly/2BAzKUP for"
+ echo "details about how to run the game properly."
}
# vim:set ts=2 sw=2 et: