summarylogtreecommitdiffstats
path: root/atlauncher.install
blob: 6f3d767814d3db95494abe7d412f28655a185662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 ">>> This launcher requires you to login with a valid minecraft.net account to be"
    echo ">>> able to install mod packs and play minecraft."
    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 ">>> --------------"
}

# vim:set ts=2 sw=2 et: