summarylogtreecommitdiffstats
path: root/faster-melee.install
blob: 57fcfc905dc10e6b992ca29a4c7f7be4f671515f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  printf -- "%s\n" "$(cat << EOF

  Make sure you install the GALE01.ini config file into:
  ${HOME}/.local/share/dolphin-emu/GameSettings/GALE01.ini

  See https://fastermelee.net for more information on the
  Faster Melee build of the Dolphin Emulator.

EOF
)"
}

post_upgrade() {
  post_install
}