summarylogtreecommitdiffstats
path: root/atlauncher.install
blob: 8a5f7ed22aa024f1de39c4c76ac1cac33909db94 (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 https://www.minecraft.net/store/minecraft-java-edition"
    echo ">>> and buy the full game. You should then be able to log in and play."
    echo ">>> --------------"
}

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