Date: Thursday, April 28, 2016 @ 16:55:52 Author: fyan Revision: 266472
upgpkg: kfourinline 16.04.0-2 Hooks rebuild (part 1) Modified: kfourinline/trunk/PKGBUILD Deleted: kfourinline/trunk/kfourinline.install ---------------------+ PKGBUILD | 3 +-- kfourinline.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 14:55:24 UTC (rev 266471) +++ PKGBUILD 2016-04-28 14:55:52 UTC (rev 266472) @@ -4,7 +4,7 @@ pkgname=kfourinline pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A four-in-a-row game" url="http://kde.org/applications/games/kfourinline/" 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-kfourinline') replaces=('kdegames-kfourinline') source=("http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz") Deleted: kfourinline.install =================================================================== --- kfourinline.install 2016-04-28 14:55:24 UTC (rev 266471) +++ kfourinline.install 2016-04-28 14:55:52 UTC (rev 266472) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
