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

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


    Date: Saturday, May 14, 2016 @ 14:55:07
  Author: seblu
Revision: 267957

upgpkg: coreutils 8.25-2


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

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

-------------------+
 PKGBUILD          |    3 +--
 coreutils.install |   17 -----------------
 2 files changed, 1 insertion(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 12:20:58 UTC (rev 267956)
+++ PKGBUILD	2016-05-14 12:55:07 UTC (rev 267957)
@@ -6,7 +6,7 @@
 
 pkgname=coreutils
 pkgver=8.25
-pkgrel=1
+pkgrel=2
 pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system'
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -13,7 +13,6 @@
 url='http://www.gnu.org/software/coreutils'
 groups=('base')
 depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-install=$pkgname.install
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
 md5sums=('070e43ba7f618d747414ef56ab248a48'

Deleted: coreutils.install
===================================================================
--- coreutils.install	2016-05-14 12:20:58 UTC (rev 267956)
+++ coreutils.install	2016-05-14 12:55:07 UTC (rev 267957)
@@ -1,17 +0,0 @@
-infodir=usr/share/info
-file=coreutils.info
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-}
-



More information about the arch-commits mailing list