blob: 41f66937091fa590a419211f3fe31206d6a8c586 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo -e '\e[1;33mExecutable is called pokeclicker.\e[0m'
echo ""
echo -e '\e[1;32mYou can import your save from web if you have one.\e[0m'
echo ""
echo -e '\e[1;31mHave fun!\e[0m'
}
|