Date: Wednesday, April 27, 2016 @ 18:16:11 Author: fyan Revision: 266253
upgpkg: granatier 16.04.0-2 Hooks rebuild (part 1) Modified: granatier/trunk/PKGBUILD Deleted: granatier/trunk/granatier.install -------------------+ PKGBUILD | 3 +-- granatier.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-27 16:15:48 UTC (rev 266252) +++ PKGBUILD 2016-04-27 16:16:11 UTC (rev 266253) @@ -4,7 +4,7 @@ pkgname=granatier pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A clone of the classic Bomberman game" url="http://kde.org/applications/games/granatier/" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ groups=('kde-applications' 'kdegames') depends=('libkdegames' 'hicolor-icon-theme') makedepends=('extra-cmake-modules' 'python' 'kdoctools') -install=${pkgname}.install conflicts=('kdegames-granatier') replaces=('kdegames-granatier') source=("http://download.kde.org/stable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz") Deleted: granatier.install =================================================================== --- granatier.install 2016-04-27 16:15:48 UTC (rev 266252) +++ granatier.install 2016-04-27 16:16:11 UTC (rev 266253) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
