blob: 39120aae42decb2c1cda161a724a0a171bc4800b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
post_install() {
echo
echo
echo -e "\t GAME NOTES"
echo -e "\t ยด*~##############~*\`"
echo -e "\t##########################################################"
echo -e "\t# #"
echo -e "\t# You need to create an account at #"
echo -e "\t# https://www.pokemon-revolution-online.net/Register.php #"
echo -e "\t# #"
echo -e "\t##########################################################"
echo
echo
}
post_upgrade() {
echo
echo "Thanks for using my pkg :)"
echo
}
|