summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-01-09 13:28:56 +0100
committerKr1ss2021-01-09 13:28:56 +0100
commit594e859ce5cc72df68e6833ec8fa0892b435f6df (patch)
tree10a091ae639075f4350685344508d50b2be28819
parentdb56fdbcaaf559c5239c620fde863c2b2026141b (diff)
downloadaur-594e859ce5cc72df68e6833ec8fa0892b435f6df.tar.gz
remove `post_update()` from install file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mutt-wizard.install8
3 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26bbad6cb8f9..fc6dd1bcc0d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mutt-wizard
pkgdesc = Simple interface to auto-configure neomutt and isync with safe passwords
pkgver = 3.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lukesmithxyz/mutt-wizard
install = mutt-wizard.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 794fa5f91591..d4f12b06e5c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mutt-wizard
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Simple interface to auto-configure neomutt and isync with safe passwords'
arch=('any')
diff --git a/mutt-wizard.install b/mutt-wizard.install
index 6146cdaf3e61..758600a59766 100644
--- a/mutt-wizard.install
+++ b/mutt-wizard.install
@@ -1,11 +1,3 @@
-post_upgrade() {
- if [ $(vercmp r847 "$2") = 1 ]; then
- printf "\e[1;32m==>\e[0;1;33m %s\e[0m\n" 'NOTE: mutt-wizard-git'
- printf "\e[1;34m ->\e[0;1m %s\e[0m\n" 'There have been breaking changes to the "mw" CLI.'
- printf "\e[1;34m ->\e[0;1m %s\e[0m\n" 'Please consult the README.md file and the manual mw(1).'
- fi
-}
-
post_install() {
echo -e "\n\e[1m Luke’s mutt-wizard $1\e[0m\n"
cat <<-END