Date: Thursday, April 28, 2016 @ 20:53:48 Author: arojas Revision: 266568
Hooks Modified: picmi/trunk/PKGBUILD Deleted: picmi/trunk/picmi.install ---------------+ PKGBUILD | 3 +-- picmi.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 18:51:02 UTC (rev 266567) +++ PKGBUILD 2016-04-28 18:53:48 UTC (rev 266568) @@ -5,7 +5,7 @@ pkgname=picmi pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A nonogram logic game for KDE" url="http://kde.org/applications/games/picmi/" arch=(i686 x86_64) @@ -13,7 +13,6 @@ groups=(kde-applications kdegames) depends=(libkdegames hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools python) -install=$pkgname.install conflicts=(kdegames-picmi) replaces=(kdegames-picmi) source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") Deleted: picmi.install =================================================================== --- picmi.install 2016-04-28 18:51:02 UTC (rev 266567) +++ picmi.install 2016-04-28 18:53:48 UTC (rev 266568) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
