Date: Thursday, May 5, 2016 @ 01:48:22 Author: bisson Revision: 266903
upstream update, remove deprecated install file Modified: gnupg/trunk/PKGBUILD gnupg/trunk/install ----------+ PKGBUILD | 4 ++-- install | 21 +-------------------- 2 files changed, 3 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-04 21:59:04 UTC (rev 266902) +++ PKGBUILD 2016-05-04 23:48:22 UTC (rev 266903) @@ -5,7 +5,7 @@ # Contributor: Judd Vinet <[email protected]> pkgname=gnupg -pkgver=2.1.11 +pkgver=2.1.12 pkgrel=1 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' @@ -21,7 +21,7 @@ '031EC2536E580D8EA286A9F22071B08A33BD3F06' 'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9') source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}) -sha1sums=('4af2032a60ff22e322b1c5b270d6d2228f59a3a3' 'SKIP') +sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP') install=install Modified: install =================================================================== --- install 2016-05-04 21:59:04 UTC (rev 266902) +++ install 2016-05-04 23:48:22 UTC (rev 266903) @@ -1,23 +1,4 @@ -info_dir=/usr/share/info -info_files=(gnupg.info gnupg.info-1 gnupg.info-2) - post_install() { # See FS#42798 and FS#47371 - dirmngr </dev/null &>/dev/null - - [ -x usr/bin/install-info ] || return 0 - for f in ${info_files[@]}; do - usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null - done + dirmngr </dev/null &>/dev/null || true } - -pre_remove() { - [ -x usr/bin/install-info ] || return 0 - for f in ${info_files[@]}; do - usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> /dev/null - done -} - -post_upgrade() { - post_install -}
