diff options
author | Sebastian Gumprich | 2015-08-11 21:03:48 +0000 |
---|---|---|
committer | Sebastian Gumprich | 2015-08-11 21:04:32 +0000 |
commit | 0dfd76b6413029d946f30e1ab9bd592fb0a3a83a (patch) | |
tree | a00713986701a3fb9824685e7a386a291854caca /tuxemon-git.install | |
parent | 5f81879c4a1dfa8019f24d90356019f5c6b3e292 (diff) | |
download | aur-0dfd76b6413029d946f30e1ab9bd592fb0a3a83a.tar.gz |
Update to 2, add post-install message
Diffstat (limited to 'tuxemon-git.install')
-rw-r--r-- | tuxemon-git.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tuxemon-git.install b/tuxemon-git.install new file mode 100644 index 00000000000..297a966ba7b --- /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" +} |