summarylogtreecommitdiffstats
path: root/faster-melee.install
diff options
context:
space:
mode:
Diffstat (limited to 'faster-melee.install')
-rw-r--r--faster-melee.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/faster-melee.install b/faster-melee.install
new file mode 100644
index 000000000000..57fcfc905dc1
--- /dev/null
+++ b/faster-melee.install
@@ -0,0 +1,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
+}