Date: Tuesday, May 3, 2016 @ 23:19:48 Author: bisson Revision: 266830
remove deprecated install file Modified: pinentry/trunk/PKGBUILD Deleted: pinentry/trunk/install ----------+ PKGBUILD | 4 +--- install | 20 -------------------- 2 files changed, 1 insertion(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-03 21:09:55 UTC (rev 266829) +++ PKGBUILD 2016-05-03 21:19:48 UTC (rev 266830) @@ -4,7 +4,7 @@ pkgname=pinentry pkgver=0.9.7 -pkgrel=1 +pkgrel=2 pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol' url='http://gnupg.org/related_software/pinentry/' arch=('i686' 'x86_64') @@ -18,8 +18,6 @@ sha1sums=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' 'SKIP') validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') -install=install - build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ Deleted: install =================================================================== --- install 2016-05-03 21:09:55 UTC (rev 266829) +++ install 2016-05-03 21:19:48 UTC (rev 266830) @@ -1,20 +0,0 @@ -infodir=usr/share/info -filelist=(pinentry.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 -}
