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 serial key to play it."
10 echo ">>> You can buy a serial key on http://fractalsoftworks.com/preorder/"
11 echo ">>> for 10$ (while in alpha)."
14 # vim:set ts=2 sw=2 et: