summarylogtreecommitdiffstats
path: root/archlinux.install
diff options
context:
space:
mode:
Diffstat (limited to 'archlinux.install')
-rw-r--r--archlinux.install27
1 files changed, 0 insertions, 27 deletions
diff --git a/archlinux.install b/archlinux.install
deleted file mode 100644
index c623a6253abc..000000000000
--- a/archlinux.install
+++ /dev/null
@@ -1,27 +0,0 @@
-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"
- if [[ $(/usr/bin/tail -n 1 /usr/lib/os-release | /usr/bin/cut -d= -f2) != "archlinux" ]];
- then
- printf "==>\tUNSUPPORTED DISTRO DETECTED. #https://wiki.archlinux.org/index.php/Archn't\n";
- printf "==>\tTHIS PACKAGE ONLY SUPPORTS Arch Linux.\n";
- printf "==>\tPLEASE DO NOT ASK FOR SUPPORT ON THE AUR, YOU ARE ON YOUR OWN.\n\n";
- fi
-}
-
-post_upgrade() {
- if [[ $(/usr/bin/tail -n 1 /usr/lib/os-release | /usr/bin/cut -d= -f2) != "archlinux" ]];
- then
- printf "==>\tUNSUPPORTED DISTRO DETECTED.\n";
- printf "==>\tTHIS PACKAGE ONLY SUPPORTS Arch Linux.\n";
- printf "==>\tPLEASE DO NOT ASK FOR SUPPORT ON THE AUR, YOU ARE ON YOUR OWN.\n\n";
- fi
-
- printf "\nThanks for still using my pkg :)\n\n"
-}