Date: Thursday, April 28, 2016 @ 16:56:50 Author: fyan Revision: 266474
upgpkg: kgeography 16.04.0-2 Hooks rebuild (part 1) Modified: kgeography/trunk/PKGBUILD Deleted: kgeography/trunk/kgeography.install --------------------+ PKGBUILD | 3 +-- kgeography.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 14:56:39 UTC (rev 266473) +++ PKGBUILD 2016-04-28 14:56:50 UTC (rev 266474) @@ -4,7 +4,7 @@ pkgname=kgeography pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Geography Trainer" url="http://kde.org/applications/education/kgeography/" arch=('i686' 'x86_64') @@ -14,7 +14,6 @@ makedepends=('extra-cmake-modules' 'python' 'kdoctools') replaces=('kdeedu-kgeography') conflicts=('kdeedu-kgeography') -install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz") sha1sums=('8f3309864060afcb0f0594935a1d6cad638a7922') Deleted: kgeography.install =================================================================== --- kgeography.install 2016-04-28 14:56:39 UTC (rev 266473) +++ kgeography.install 2016-04-28 14:56:50 UTC (rev 266474) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
