Date: Thursday, April 28, 2016 @ 18:21:48 Author: fyan Revision: 266538
upgpkg: libkipi 16.04.0-2 Hooks rebuild (part 1) Modified: libkipi/trunk/PKGBUILD Deleted: libkipi/trunk/libkipi.install -----------------+ PKGBUILD | 3 +-- libkipi.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 16:19:58 UTC (rev 266537) +++ PKGBUILD 2016-04-28 16:21:48 UTC (rev 266538) @@ -5,7 +5,7 @@ pkgname=libkipi pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="An interface to use kipi-plugins from a KDE application" url="https://www.kde.org/applications/graphics/" arch=(i686 x86_64) @@ -12,7 +12,6 @@ license=(GPL LGPL FDL) depends=(kxmlgui hicolor-icon-theme) makedepends=(extra-cmake-modules python) -install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") sha1sums=('824bde7e722ee08feb6103d5c479c4c3fee3c932') Deleted: libkipi.install =================================================================== --- libkipi.install 2016-04-28 16:19:58 UTC (rev 266537) +++ libkipi.install 2016-04-28 16:21:48 UTC (rev 266538) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
