[arch-commits] Commit in glibc/trunk (PKGBUILD glibc.install)
Allan McRae
allan at archlinux.org
Mon May 2 02:23:43 UTC 2016
Date: Monday, May 2, 2016 @ 04:23:43
Author: allan
Revision: 266742
gcc-6 build, remove install file handling of info pages, bump to latest git commit
Modified:
glibc/trunk/PKGBUILD
glibc/trunk/glibc.install
---------------+
PKGBUILD | 4 ++--
glibc.install | 15 ---------------
2 files changed, 2 insertions(+), 17 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-02 02:22:54 UTC (rev 266741)
+++ PKGBUILD 2016-05-02 02:23:43 UTC (rev 266742)
@@ -6,8 +6,8 @@
pkgname=glibc
pkgver=2.23
-pkgrel=1
-_commit=e742928c
+pkgrel=2
+_commit=5769d5d1
pkgdesc="GNU C Library"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/libc"
Modified: glibc.install
===================================================================
--- glibc.install 2016-05-02 02:22:54 UTC (rev 266741)
+++ glibc.install 2016-05-02 02:23:43 UTC (rev 266742)
@@ -1,20 +1,5 @@
-infodir=usr/share/info
-filelist=(libc.info{,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11})
-
post_upgrade() {
locale-gen
ldconfig -r .
-
- [[ -x usr/bin/install-info ]] || return 0
- for file in ${filelist[@]}; do
- install-info $infodir/$file.gz $infodir/dir 2> /dev/null
- done
}
-
-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