Date: Thursday, April 28, 2016 @ 21:14:00 Author: arojas Revision: 266576
Hooks Modified: klickety/trunk/PKGBUILD Deleted: klickety/trunk/klickety.install ------------------+ PKGBUILD | 3 +-- klickety.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 19:12:30 UTC (rev 266575) +++ PKGBUILD 2016-04-28 19:14:00 UTC (rev 266576) @@ -5,7 +5,7 @@ pkgname=klickety pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="An adaptation of the Clickomania game" url="http://kde.org/applications/games/klickety/" arch=(i686 x86_64) @@ -13,7 +13,6 @@ groups=(kde-applications kdegames) depends=(libkdegames knotifyconfig hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools python) -install=$pkgname.install conflicts=(kdegames-klickety) replaces=(kdegames-klickety) source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") Deleted: klickety.install =================================================================== --- klickety.install 2016-04-28 19:12:30 UTC (rev 266575) +++ klickety.install 2016-04-28 19:14:00 UTC (rev 266576) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
