Date: Wednesday, April 27, 2016 @ 16:50:12 Author: fyan Revision: 266231
upgpkg: blinken 16.04.0-2 Hooks rebuild (part 1) Modified: blinken/trunk/PKGBUILD Deleted: blinken/trunk/blinken.install -----------------+ PKGBUILD | 3 +-- blinken.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-27 14:46:20 UTC (rev 266230) +++ PKGBUILD 2016-04-27 14:50:12 UTC (rev 266231) @@ -4,7 +4,7 @@ pkgname=blinken pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Memory Enhancement Game" url="http://kde.org/applications/education/blinken/" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ groups=('kde-applications' 'kdeedu') depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme') makedepends=('extra-cmake-modules' 'kdoctools' 'python') -install=${pkgname}.install replaces=('kdeedu-blinken') conflicts=('kdeedu-blinken') source=("http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz") Deleted: blinken.install =================================================================== --- blinken.install 2016-04-27 14:46:20 UTC (rev 266230) +++ blinken.install 2016-04-27 14:50:12 UTC (rev 266231) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -
