neverball: switched to pacman hooks (#73)

This commit is contained in:
Francesco Marinucci 2018-12-04 17:14:31 +01:00
parent 8cf156cb5a
commit ac53055167
2 changed files with 1 additions and 13 deletions

View File

@ -1,6 +1,6 @@
pkgname=neverball
pkgver=1.6.0
pkgrel=2
pkgrel=3
pkgdesc="3D game similar to Super Monkey Ball or Marble Madness."
arch=('x86_64')
url="http://neverball.org/"
@ -8,7 +8,6 @@ license=('GPL')
depends=('sdl2_ttf' 'sdl2_net' 'libgl' 'libpng' 'libjpeg' 'libvorbis' 'physfs'
'hicolor-icon-theme' 'xdg-utils')
makedepends=('mesa')
install=neverball.install
categories=('games')
source=(http://neverball.org/$pkgname-$pkgver.tar.gz)
sha1sums=('3faebf15fea9361358a416176b9689f966c456ea')

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}