aboutsummarylogtreecommitdiffstats
path: root/minecraft-bedrock.install
blob: d3692ada49e8163dddd41f847cd0aaf829569a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat <<'EOF'
==> Run `minecraft-bedrock setup` as your normal user to download the installer,
    create the Proton prefix, run the Minecraft installer, patch the Bedrock
    GDK runtime files when present, and add the Steam non-Steam shortcut.
EOF
}

post_upgrade() {
  post_install
}