[arch-commits] Commit in mu/trunk (PKGBUILD mu.install)

Pierre Neidhardt ambrevar at archlinux.org
Fri Jan 12 18:57:02 UTC 2018


    Date: Friday, January 12, 2018 @ 18:57:01
  Author: ambrevar
Revision: 281687

upgpkg: mu 0.9.18-2

mu: Remove obsolete install message

Modified:
  mu/trunk/PKGBUILD
Deleted:
  mu/trunk/mu.install

------------+
 PKGBUILD   |    3 +--
 mu.install |   14 --------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-12 18:25:43 UTC (rev 281686)
+++ PKGBUILD	2018-01-12 18:57:01 UTC (rev 281687)
@@ -3,7 +3,7 @@
 
 pkgname=mu
 pkgver=0.9.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
 arch=("x86_64")
 url="http://www.djcbsoftware.nl/code/mu"
@@ -12,7 +12,6 @@
 makedepends=("emacs")
 optdepends=("guile: guile support"
 	"emacs: mu4e support")
-install="$pkgname.install"
 source=("https://github.com/djcb/mu/archive/$pkgver.tar.gz")
 md5sums=('3b0f9ae97432f589d166afa93204545d')
 

Deleted: mu.install
===================================================================
--- mu.install	2018-01-12 18:25:43 UTC (rev 281686)
+++ mu.install	2018-01-12 18:57:01 UTC (rev 281687)
@@ -1,14 +0,0 @@
-post_install() {
-	cat << EOF
-==> In order to use mu4e, add the following lines to your ~/.emacs file:
-
-(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
-(require 'mu4e)
-
-For further configuration see the manual.
-EOF
-}
-
-post_upgrade() {
-	post_install $1
-}



More information about the arch-commits mailing list