Date: Thursday, April 28, 2016 @ 17:55:28 Author: fyan Revision: 266516
upgpkg: kstars 16.04.0-2 Hooks rebuild (part 1) Modified: kstars/trunk/PKGBUILD Deleted: kstars/trunk/kstars.install ----------------+ PKGBUILD | 3 +-- kstars.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 15:50:10 UTC (rev 266515) +++ PKGBUILD 2016-04-28 15:55:28 UTC (rev 266516) @@ -4,7 +4,7 @@ pkgname=kstars pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Desktop Planetarium" url="http://kde.org/applications/education/kstars/" arch=('i686' 'x86_64') @@ -13,7 +13,6 @@ depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'hicolor-icon-theme') makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet') optdepends=('xplanet: XPlanet support') -install=${pkgname}.install replaces=('kdeedu-kstars') conflicts=('kdeedu-kstars') source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz") Deleted: kstars.install =================================================================== --- kstars.install 2016-04-28 15:50:10 UTC (rev 266515) +++ kstars.install 2016-04-28 15:55:28 UTC (rev 266516) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
