summarylogtreecommitdiffstats
path: root/archlinux.install
diff options
context:
space:
mode:
Diffstat (limited to 'archlinux.install')
-rw-r--r--archlinux.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/archlinux.install b/archlinux.install
new file mode 100644
index 000000000000..5ccd0858d081
--- /dev/null
+++ b/archlinux.install
@@ -0,0 +1,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"
+}