summarylogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 9 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d62c59e78177..e879117e070c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,18 +6,25 @@ post_install() {
echo -e "\t##########################################################"
echo -e "\t# #"
echo -e "\t# You need to create an account at #"
- echo -e "\t# http://www.pokemon-revolution-online.net/Register.php #"
+ echo -e "\t# https://www.pokemon-revolution-online.net/Register.php #"
echo -e "\t# #"
echo -e "\t##########################################################"
echo
echo
-
+ if [ $(date +%Y%m%d) = "20170417" ] || [ $(date +%Y%m%d) = "20170418" ]
+ then
+ echo "Happy Easter!"
+ fi
}
post_upgrade() {
echo
echo "Thanks for using my pkg :)"
echo
+ if [ $(date +%Y%m%d) = "20170417" ] || [ $(date +%Y%m%d) = "20170418" ]
+ then
+ echo "Happy Easter!"
+ fi
}