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

Antonio Rojas arojas at archlinux.org
Fri May 6 18:15:10 UTC 2016


    Date: Friday, May 6, 2016 @ 20:15:09
  Author: arojas
Revision: 267025

Hooks

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

------------+
 PKGBUILD   |    3 +--
 gv.install |   18 ------------------
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 18:12:31 UTC (rev 267024)
+++ PKGBUILD	2016-05-06 18:15:09 UTC (rev 267025)
@@ -3,7 +3,7 @@
 
 pkgname=gv
 pkgver=3.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A program to view PostScript and PDF documents"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gv/"
@@ -10,7 +10,6 @@
 license=('GPL3')
 depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
 options=('emptydirs')
-install=gv.install
 source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} gv.desktop)
 sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
           '7d8b7edd60617b189ba39ca982252b0d59c0755d'

Deleted: gv.install
===================================================================
--- gv.install	2016-05-06 18:12:31 UTC (rev 267024)
+++ gv.install	2016-05-06 18:15:09 UTC (rev 267025)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-file=gv.info.gz
-
-post_install() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}



More information about the arch-commits mailing list