summarylogtreecommitdiffstats
path: root/minecraft.install
diff options
context:
space:
mode:
Diffstat (limited to 'minecraft.install')
-rw-r--r--minecraft.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/minecraft.install b/minecraft.install
deleted file mode 100644
index 8322f294baf5..000000000000
--- a/minecraft.install
+++ /dev/null
@@ -1,21 +0,0 @@
-# This is a default template for a post-install scriptlet.
-# Uncomment only required functions and remove any functions
-# you don't need (and this header).
-
-## arg 1: the new package version
-post_install() {
- 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: