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

Christian Hesse eworm at archlinux.org
Wed Apr 27 13:38:16 UTC 2016


    Date: Wednesday, April 27, 2016 @ 15:38:16
  Author: eworm
Revision: 172042

upgpkg: mupdf 1.9_a-3

Hooks! (Remove install file...)

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 13:28:53 UTC (rev 172041)
+++ PKGBUILD	2016-04-27 13:38:16 UTC (rev 172042)
@@ -9,7 +9,7 @@
 pkgbase=mupdf
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
 pkgver=1.9_a
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
@@ -16,7 +16,6 @@
 license=('AGPL3')
 makedepends=('curl' 'desktop-file-utils' 'freetype2' 'glfw' 'harfbuzz'
              'jbig2dec' 'libjpeg' 'mesa-libgl' 'openjpeg2' 'openssl')
-install=mupdf.install
 # we need static libs for zathura-pdf-mupdf
 options=('staticlibs')
 source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz

Deleted: mupdf.install
===================================================================
--- mupdf.install	2016-04-27 13:28:53 UTC (rev 172041)
+++ mupdf.install	2016-04-27 13:38:16 UTC (rev 172042)
@@ -1,12 +0,0 @@
-post_install() {
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
-



More information about the arch-commits mailing list