summarylogtreecommitdiffstats
path: root/polybar.install
diff options
context:
space:
mode:
authorpatrick962022-03-01 19:43:27 +0100
committerpatrick962022-03-01 19:43:27 +0100
commit167c787eac67d7940ece922ad9eadc6cce7aedf4 (patch)
treecf527bea2092e65793085e040b0f24590a45b106 /polybar.install
parentb90c9f7763a406095b246d8933037560778a21df (diff)
downloadaur-167c787eac67d7940ece922ad9eadc6cce7aedf4.tar.gz
Release 3.6.0
Diffstat (limited to 'polybar.install')
-rw-r--r--polybar.install26
1 files changed, 0 insertions, 26 deletions
diff --git a/polybar.install b/polybar.install
deleted file mode 100644
index 25ac794f102d..000000000000
--- a/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
-}