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

Guillaume Alaux guillaume at archlinux.org
Thu Apr 28 11:35:20 UTC 2016


    Date: Thursday, April 28, 2016 @ 13:35:19
  Author: guillaume
Revision: 266456

'Hooks part 1' rebuild

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 11:30:41 UTC (rev 266455)
+++ PKGBUILD	2016-04-28 11:35:19 UTC (rev 266456)
@@ -3,13 +3,12 @@
 
 pkgname=fastjar
 pkgver=0.98
-pkgrel=3
+pkgrel=4
 pkgdesc="Sun java jar compatible archiver"
 arch=('i686' 'x86_64')
 url="http://savannah.nongnu.org/projects/fastjar"
 license=('GPL')
 depends=('zlib' 'texinfo')
-install=fastjar.install
 source=("http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('d2d264d343d4d0e1575832cc1023c3bf')
 

Deleted: fastjar.install
===================================================================
--- fastjar.install	2016-04-28 11:30:41 UTC (rev 266455)
+++ fastjar.install	2016-04-28 11:35:19 UTC (rev 266456)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=fastjar.info.gz
-
-post_install() {
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list