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

Sébastien Luttringer seblu at archlinux.org
Sat May 14 12:55:18 UTC 2016


    Date: Saturday, May 14, 2016 @ 14:55:18
  Author: seblu
Revision: 267958

upgpkg: gzip 1.8-2

https://www.archlinux.org/todo/hooks-part-1/

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

--------------+
 PKGBUILD     |    3 +--
 gzip.install |   22 ----------------------
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 12:55:07 UTC (rev 267957)
+++ PKGBUILD	2016-05-14 12:55:18 UTC (rev 267958)
@@ -5,7 +5,7 @@
 
 pkgname=gzip
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='GNU compression utility'
 arch=('i686' 'x86_64')
 url='http://www.gnu.org/software/gzip/'
@@ -12,7 +12,6 @@
 license=('GPL3')
 groups=('base' 'base-devel')
 depends=('glibc' 'bash' 'less')
-install=gzip.install
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
 source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
 md5sums=('f7caabb65cddc1a4165b398009bd05b9'

Deleted: gzip.install
===================================================================
--- gzip.install	2016-05-14 12:55:07 UTC (rev 267957)
+++ gzip.install	2016-05-14 12:55:18 UTC (rev 267958)
@@ -1,22 +0,0 @@
-# vim:set ts=2 sw=2 et:
-
-infodir=usr/share/info
-filelist=(gzip.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
-  done
-}



More information about the arch-commits mailing list