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

Antonio Rojas arojas at archlinux.org
Fri May 6 18:41:08 UTC 2016


    Date: Friday, May 6, 2016 @ 20:41:08
  Author: arojas
Revision: 267037

Hooks

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 18:35:06 UTC (rev 267036)
+++ PKGBUILD	2016-05-06 18:41:08 UTC (rev 267037)
@@ -3,7 +3,7 @@
 
 pkgname=neverball
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="3D game similar to Super Monkey Ball or Marble Madness"
 arch=('i686' 'x86_64')
 url="http://neverball.org/"
@@ -11,7 +11,6 @@
 depends=('sdl2_ttf' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs' \
          'hicolor-icon-theme' 'xdg-utils')
 makedepends=('mesa')
-install=neverball.install
 source=(http://neverball.org/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')
 

Deleted: neverball.install
===================================================================
--- neverball.install	2016-05-06 18:35:06 UTC (rev 267036)
+++ neverball.install	2016-05-06 18:41:08 UTC (rev 267037)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list