summarylogtreecommitdiffstats
path: root/kyrandia3.install
diff options
context:
space:
mode:
Diffstat (limited to 'kyrandia3.install')
-rw-r--r--kyrandia3.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/kyrandia3.install b/kyrandia3.install
new file mode 100644
index 000000000000..b2715f201127
--- /dev/null
+++ b/kyrandia3.install
@@ -0,0 +1,10 @@
+post_install() {
+ post_upgrade;
+}
+
+post_upgrade() {
+ echo "This game release with direct link was generously provided by emuparadise.me. Thanks!"
+ echo
+ echo "==> To play the game simply type"
+ echo "==> Kyrandia3"
+}