summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Gumprich2015-08-11 21:07:21 +0000
committerSebastian Gumprich2015-08-11 21:07:21 +0000
commit5af366252b2ba9b5f5f89f9549f3e3cabd086ee4 (patch)
treee03cff99d6a7e9fda82c73c28222ddf28554dc73
parent0dfd76b6413029d946f30e1ab9bd592fb0a3a83a (diff)
downloadaur-5af366252b2ba9b5f5f89f9549f3e3cabd086ee4.tar.gz
Changed post-install to use echo
-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"
}