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

Lukas Fleischer lfleischer at archlinux.org
Wed May 11 18:09:13 UTC 2016


    Date: Wednesday, May 11, 2016 @ 20:09:13
  Author: lfleischer
Revision: 174825

upgpkg: mpop 1.2.4-3

Hooks (part 1) rebuild.

Modified:
  mpop/trunk/PKGBUILD
  mpop/trunk/mpop.install

--------------+
 PKGBUILD     |    2 +-
 mpop.install |    8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-11 18:08:28 UTC (rev 174824)
+++ PKGBUILD	2016-05-11 18:09:13 UTC (rev 174825)
@@ -4,7 +4,7 @@
 
 pkgname=mpop
 pkgver=1.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('i686' 'x86_64')
 url="http://mpop.sourceforge.net/"

Modified: mpop.install
===================================================================
--- mpop.install	2016-05-11 18:08:28 UTC (rev 174824)
+++ mpop.install	2016-05-11 18:09:13 UTC (rev 174825)
@@ -1,8 +1,4 @@
-infodir=/usr/share/info
-
 post_install() {
-  install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
-
   echo "==> Sample config: /usr/share/mpop/mpoprc.example"
   echo "==> Copy it to your home folder as ~/.mpoprc."
 }
@@ -10,7 +6,3 @@
 post_upgrade() {
   post_install $1
 }
-
-pre_remove() {
-  install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null
-}



More information about the arch-commits mailing list