summarylogtreecommitdiffstats
path: root/tuxemon-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'tuxemon-git.install')
-rw-r--r--tuxemon-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/tuxemon-git.install b/tuxemon-git.install
new file mode 100644
index 000000000000..297a966ba7b5
--- /dev/null
+++ b/tuxemon-git.install
@@ -0,0 +1,5 @@
+post_install() {
+ msg "Start the game like this:"
+ msg "cd /usr/share/Tuxemon/"
+ msg "python2 main.py"
+}