Date: Thursday, April 28, 2016 @ 18:22:44 Author: fyan Revision: 266540
upgpkg: libkgeomap 16.04.0-2 Hooks rebuild (part 1) Modified: libkgeomap/trunk/PKGBUILD Deleted: libkgeomap/trunk/libkgeomap.install --------------------+ PKGBUILD | 3 +-- libkgeomap.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 16:22:36 UTC (rev 266539) +++ PKGBUILD 2016-04-28 16:22:44 UTC (rev 266540) @@ -5,7 +5,7 @@ pkgname=libkgeomap pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A wrapper around world map components for browsing and arranging photos on a map" url="https://www.kde.org/applications/graphics/" arch=(i686 x86_64) @@ -12,7 +12,6 @@ license=(GPL LGPL FDL) depends=(marble) makedepends=(extra-cmake-modules python) -install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") sha1sums=('3c19c2fe43cecf63abd8606f1b0d212038c08fd1') Deleted: libkgeomap.install =================================================================== --- libkgeomap.install 2016-04-28 16:22:36 UTC (rev 266539) +++ libkgeomap.install 2016-04-28 16:22:44 UTC (rev 266540) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
