summarylogtreecommitdiffstats
path: root/way-displays-1_3.install
diff options
context:
space:
mode:
authorAlexander Courtis2022-02-22 16:53:21 +1100
committerAlexander Courtis2022-02-22 16:53:21 +1100
commitf27773751dcccca81f0e486f0b8163c3e8ed1c8f (patch)
treec5479422bededbdf83b0080dceef69a93a005cee /way-displays-1_3.install
parentd2cc7ba425ca638630b47abe0dcbaea8a6cc3971 (diff)
downloadaur-f27773751dcccca81f0e486f0b8163c3e8ed1c8f.tar.gz
1.4.0
Diffstat (limited to 'way-displays-1_3.install')
-rw-r--r--way-displays-1_3.install31
1 files changed, 0 insertions, 31 deletions
diff --git a/way-displays-1_3.install b/way-displays-1_3.install
deleted file mode 100644
index 0c855c867d48..000000000000
--- a/way-displays-1_3.install
+++ /dev/null
@@ -1,31 +0,0 @@
-# Colored makepkg-like functions
-note() {
- printf "${blue}==>${yellow} NOTE:${all_off} ${1}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-red="${bold}$(tput setaf 1)"
-green="${bold}$(tput setaf 2)"
-yellow="${bold}$(tput setaf 3)"
-blue="${bold}$(tput setaf 4)"
-
-post_install() {
- note ""
- note "${yellow}1.3.0 New Feature #16 Disabled Displays${all_off}"
- note ""
- note "Optional cfg.yaml additions:"
- note ""
- note "# Disable the specified displays."
- note "# To disable/enable on-the-fly see recipe: https://github.com/alex-courtis/way-displays#on-the-fly-recipes"
- note "${red}DISABLED${all_off}:"
- note "${yellow} - ${green}'eDP-1'${all_off}"
- note ""
- note "For full details see https://github.com/alex-courtis/way-displays and /etc/way-displays/cfg.yaml"
- note ""
-}
-
-post_upgrade() {
- post_install
-}
-