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