updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / starfarer / starfarer.install
blob04fcab7f4e9f57ef939956d60c7778659b63cc8b
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
6 post_install() {
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: