summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Gumprich2015-08-11 21:08:34 +0000
committerSebastian Gumprich2015-08-11 21:08:34 +0000
commit557d9be44f8e83895e4912afa155b1bfc5e37cf7 (patch)
tree5d8be6ee674123ba3a98ea2a298860bc1627d33a
parent5af366252b2ba9b5f5f89f9549f3e3cabd086ee4 (diff)
downloadaur-557d9be44f8e83895e4912afa155b1bfc5e37cf7.tar.gz
Changed post-install again to include newline
-rw-r--r--tuxemon-git.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/tuxemon-git.install b/tuxemon-git.install
index bc378c4ebb14..2f8a7f91c3e4 100644
--- a/tuxemon-git.install
+++ b/tuxemon-git.install
@@ -1,5 +1,5 @@
post_install() {
- printf "Start the game like this:"
- printf "cd /usr/share/Tuxemon/"
- printf "python2 main.py"
+ printf "Start the game like this:\n"
+ printf "cd /usr/share/Tuxemon/\n"
+ printf "python2 main.py\n"
}