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