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

Andreas Radke andyrtr at archlinux.org
Wed Apr 27 19:20:14 UTC 2016


    Date: Wednesday, April 27, 2016 @ 21:20:13
  Author: andyrtr
Revision: 266325

upgpkg: libtasn1 4.8-2

Hooks rebuild (part 1)

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

------------------+
 PKGBUILD         |    3 +--
 libtasn1.install |   18 ------------------
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 19:17:38 UTC (rev 266324)
+++ PKGBUILD	2016-04-27 19:20:13 UTC (rev 266325)
@@ -5,13 +5,12 @@
 
 pkgname=libtasn1
 pkgver=4.8
-pkgrel=1
+pkgrel=2
 pkgdesc="The ASN.1 library used in GNUTLS"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL')
 url="http://www.gnu.org/software/libtasn1/"
 depends=('glibc' 'texinfo')
-install=libtasn1.install
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('9a6767705725544f2b86670dcfb34107'
          'SKIP')

Deleted: libtasn1.install
===================================================================
--- libtasn1.install	2016-04-27 19:17:38 UTC (rev 266324)
+++ libtasn1.install	2016-04-27 19:20:13 UTC (rev 266325)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(libtasn1.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-    install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-    install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list