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

Jonathan Steel jsteel at archlinux.org
Wed Apr 27 16:09:36 UTC 2016


    Date: Wednesday, April 27, 2016 @ 18:09:35
  Author: jsteel
Revision: 172074

upgpkg: gnuchess 6.2.2-2

Hooks (part 1)

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

------------------+
 PKGBUILD         |    3 +--
 gnuchess.install |   13 -------------
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 16:07:04 UTC (rev 172073)
+++ PKGBUILD	2016-04-27 16:09:35 UTC (rev 172074)
@@ -5,7 +5,7 @@
 
 pkgname=gnuchess
 pkgver=6.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/chess/chess.html"
@@ -12,7 +12,6 @@
 license=('GPL3')
 depends=('bash')
 optdepends=('xboard: graphical frontend')
-install=$pkgname.install
 source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
 md5sums=('c181b5e218695a154a550292fddedc6d')
 

Deleted: gnuchess.install
===================================================================
--- gnuchess.install	2016-04-27 16:07:04 UTC (rev 172073)
+++ gnuchess.install	2016-04-27 16:09:35 UTC (rev 172074)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete $infodir/gnuchess.info.gz $infodir/dir 2> /dev/null
-}



More information about the arch-commits mailing list