Date: Thursday, April 28, 2016 @ 17:11:29 Author: fyan Revision: 266484
upgpkg: killbots 16.04.0-2 Hooks rebuild (part 1) Modified: killbots/trunk/PKGBUILD Deleted: killbots/trunk/killbots.install ------------------+ PKGBUILD | 3 +-- killbots.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 15:10:45 UTC (rev 266483) +++ PKGBUILD 2016-04-28 15:11:29 UTC (rev 266484) @@ -4,7 +4,7 @@ pkgname=killbots pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A simple game of evading killer robots" url="http://kde.org/applications/games/killbots/" 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-killbots') replaces=('kdegames-killbots') source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz") Deleted: killbots.install =================================================================== --- killbots.install 2016-04-28 15:10:45 UTC (rev 266483) +++ killbots.install 2016-04-28 15:11:29 UTC (rev 266484) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
