summarylogtreecommitdiffstats
path: root/megaman-rocknroll.install
blob: d918fdf1b40c997295c95add028f3fcda72377fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_upgrade() {
  post_install $1
}

post_install() {
  echo ">>> "
  echo ">>> Have fun playing!"
  echo ">>> Savegames and config files can be found in ~/.godot/app_userdata/Megaman_RnR/"
  echo ">>> "
}

op=$1
shift
$op $*