[arch-commits] Commit in gperf/trunk (PKGBUILD gperf.install)
Antonio Rojas
arojas at archlinux.org
Thu May 5 07:05:08 UTC 2016
Date: Thursday, May 5, 2016 @ 09:05:08
Author: arojas
Revision: 266913
Hooks
Modified:
gperf/trunk/PKGBUILD
Deleted:
gperf/trunk/gperf.install
---------------+
PKGBUILD | 3 +--
gperf.install | 16 ----------------
2 files changed, 1 insertion(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-05 06:54:51 UTC (rev 266912)
+++ PKGBUILD 2016-05-05 07:05:08 UTC (rev 266913)
@@ -4,13 +4,12 @@
pkgname=gperf
pkgver=3.0.4
-pkgrel=6
+pkgrel=7
pkgdesc="Perfect hash function generator"
arch=('x86_64' 'i686')
url="http://www.gnu.org/software/gperf/"
license=('GPL3')
depends=('gcc-libs' 'texinfo')
-install=gperf.install
source=("http://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha1sums=('e32d4aff8f0c730c9a56554377b2c6d82d0951b8'
'85b8c44964a70a63d751afa5906796a0417e64ce')
Deleted: gperf.install
===================================================================
--- gperf.install 2016-05-05 06:54:51 UTC (rev 266912)
+++ gperf.install 2016-05-05 07:05:08 UTC (rev 266913)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=gperf.info.gz
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -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