blob: 0369a57ff66473e0bd4bc4d7dc2ff32290264eb8 (
plain)
1
2
3
4
5
6
7
8
9
|
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;34mYou can add your own scripts to ~/.config/pokeclicker-desktop/scripts\e[0m'
echo ""
echo -e '\e[1;31mHave fun!\e[0m'
}
|