Date: Thursday, April 28, 2016 @ 18:16:20 Author: fyan Revision: 266532
upgpkg: libkdcraw 16.04.0-2 Hooks rebuild (part 1) Modified: libkdcraw/trunk/PKGBUILD Deleted: libkdcraw/trunk/libkdcraw.install -------------------+ PKGBUILD | 3 +-- libkdcraw.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 16:15:40 UTC (rev 266531) +++ PKGBUILD 2016-04-28 16:16:20 UTC (rev 266532) @@ -5,7 +5,7 @@ pkgname=libkdcraw pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A C++ interface used to decode RAW picture" url="https://www.kde.org/applications/graphics/" arch=(i686 x86_64) @@ -12,7 +12,6 @@ license=(GPL LGPL FDL) depends=(qt5-base libraw) makedepends=(extra-cmake-modules) -install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") sha1sums=('ae8e59e03b919e9b542dd3fa2377901975845968') Deleted: libkdcraw.install =================================================================== --- libkdcraw.install 2016-04-28 16:15:40 UTC (rev 266531) +++ libkdcraw.install 2016-04-28 16:16:20 UTC (rev 266532) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
