1 # This is a default template for a post-install scriptlet.
2 # Uncomment only required functions and remove any functions
3 # you don't need (and this header).
5 ## arg 1: the new package version
7 echo ">>> PACKAGES NOTES"
8 echo ">>> --------------"
9 echo ">>> This is the full version of the game, you need a valid account to play it."
10 echo ">>> To create an account, connect to http://www.minecraft.net/ and buy the full"
11 echo ">>> game for 19.95€. You should then be able to log in and play."
12 echo ">>> --------------"
13 echo ">>> The game will auto update and store the updated binary and game configuration"
14 echo ">>> in ~/.minecraft"
17 # vim:set ts=2 sw=2 et: