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

  Make sure you install the following config files into
  '~/.local/share/dolphin-emu/GameSettings'

  GALE01.ini
  MNCE02.ini
  NMNB01.ini
  PALE02.ini

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

EOF
)"
}

post_upgrade() {
  post_install
}