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

Antonio Rojas arojas at archlinux.org
Fri May 6 18:12:00 UTC 2016


    Date: Friday, May 6, 2016 @ 20:11:59
  Author: arojas
Revision: 267023

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 18:08:30 UTC (rev 267022)
+++ PKGBUILD	2016-05-06 18:11:59 UTC (rev 267023)
@@ -3,13 +3,12 @@
 
 pkgname=gsasl
 pkgver=1.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
 arch=('i686' 'x86_64')
 url="http://josefsson.org/gsasl/"
 license=('GPL')
 depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
-install=gsasl.install
 source=(ftp://ftp.gnu.org/gnu/gsasl/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('343fd97ae924dc406986c02fb9b889f4114239ae')
 

Deleted: gsasl.install
===================================================================
--- gsasl.install	2016-05-06 18:08:30 UTC (rev 267022)
+++ gsasl.install	2016-05-06 18:11:59 UTC (rev 267023)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=gsasl.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