From 34664f62c994bb94916ffdccaf34f5bb381bfd4c Mon Sep 17 00:00:00 2001
From: patrick96
Date: Tue, 22 Feb 2022 18:03:37 +0100
Subject: [PATCH] Remove AUR install scripts
---
contrib/polybar-git.aur/polybar.install | 12 ------------
contrib/polybar.aur/polybar.install | 26 -------------------------
2 files changed, 38 deletions(-)
delete mode 100644 contrib/polybar-git.aur/polybar.install
delete mode 100644 contrib/polybar.aur/polybar.install
diff --git a/contrib/polybar-git.aur/polybar.install b/contrib/polybar-git.aur/polybar.install
deleted file mode 100644
index b5791833..00000000
--- a/contrib/polybar-git.aur/polybar.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- cat << EOF
-
- Get started with the example configuration:
-
- $ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config
- $ polybar example
-
- For more information, see https://github.com/polybar/polybar/wiki
-
-EOF
-}
diff --git a/contrib/polybar.aur/polybar.install b/contrib/polybar.aur/polybar.install
deleted file mode 100644
index 25ac794f..00000000
--- a/contrib/polybar.aur/polybar.install
+++ /dev/null
@@ -1,26 +0,0 @@
-post_install() {
- cat << EOF
-
- Get started with the example configuration:
-
- $ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar/config
- $ polybar example
-
- For more information, see https://github.com/polybar/polybar/wiki
-
-EOF
-}
-
-post_upgrade() {
- [ "$(vercmp "$2" "2.5.1-1")" = "-1" ] || exit 0
- cat << EOF
-
- The % suffix has been removed from percentage tokens.
- The suffix is instead added by the user, for example:
-
- format-charging = Capacity %percentage%%
-
- -- jaagr
-
-EOF
-}