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

Antonio Rojas arojas at archlinux.org
Thu May 5 22:24:32 UTC 2016


    Date: Friday, May 6, 2016 @ 00:24:32
  Author: arojas
Revision: 266994

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 22:18:11 UTC (rev 266993)
+++ PKGBUILD	2016-05-05 22:24:32 UTC (rev 266994)
@@ -3,7 +3,7 @@
 
 pkgname=freeciv
 pkgver=2.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('i686' 'x86_64')
 url="http://www.freeciv.org/"
@@ -11,7 +11,6 @@
 depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
 makedepends=('python')
 backup=('etc/freeciv/database.lua')
-install=freeciv.install
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         lua52_compat.patch)
 sha1sums=('070900a13c5861a9ce23e7dad03552277e3b9395'

Deleted: freeciv.install
===================================================================
--- freeciv.install	2016-05-05 22:18:11 UTC (rev 266993)
+++ freeciv.install	2016-05-05 22:24:32 UTC (rev 266994)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list