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