summarylogtreecommitdiffstats
path: root/blockdeletee-bin.install
blob: c5775b16a592e2e937144cf672a9f65795476169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  cat <<'EOF'
==> BlockDeletee installed.
==> First run will create:
==>   ~/.config/blockdeletee/config.json
==> Edit it and set:
==>   - minecraft.rcon_host
==>   - minecraft.rcon_password
==>   - microphone.player_name
==> Assets are installed to:
==>   /opt/blockdeletee
EOF
}

post_upgrade() {
  post_install
}