Date: Thursday, April 28, 2016 @ 17:04:58 Author: fyan Revision: 266478
upgpkg: kig 16.04.0-2 Hooks rebuild (part 1) Modified: kig/trunk/PKGBUILD Deleted: kig/trunk/kig.install -------------+ PKGBUILD | 3 +-- kig.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 15:01:15 UTC (rev 266477) +++ PKGBUILD 2016-04-28 15:04:58 UTC (rev 266478) @@ -4,7 +4,7 @@ pkgname=kig pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive Geometry" url="http://kde.org/applications/education/kig/" arch=('i686' 'x86_64') @@ -15,7 +15,6 @@ optdepends=('qt5-xmlpatterns: support for GeoGebra files') replaces=('kdeedu-kig') conflicts=('kdeedu-kig') -install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz") sha1sums=('ae459d60301351c52f44558e870f2a8a70800ca1') Deleted: kig.install =================================================================== --- kig.install 2016-04-28 15:01:15 UTC (rev 266477) +++ kig.install 2016-04-28 15:04:58 UTC (rev 266478) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
