summarylogtreecommitdiffstats
path: root/archlinux.install
blob: 5ccd0858d0819ea4cfb1388a921ad4eb2d3cf38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    printf "\n\t                        GAME NOTES\n"
    printf "\t                   ยด*~##############~*\`\n"
    printf "\t##########################################################\n"
    printf "\t#                                                        #\n"
    printf "\t# You need to create an account at                       #\n"
    printf "\t# https://www.pokemon-revolution-online.net/Register.php #\n"
    printf "\t#                                                        #\n"
    printf "\t##########################################################\n"
}

post_upgrade() {
    printf  "\nThanks for still using my pkg :)\n\n"
}