Date: Thursday, April 28, 2016 @ 07:26:19 Author: fyan Revision: 266354
upgpkg: kcalc 16.04.0-2 Hooks rebuild (part 1) Modified: kcalc/trunk/PKGBUILD Deleted: kcalc/trunk/kcalc.install ---------------+ PKGBUILD | 3 +-- kcalc.install | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 05:26:07 UTC (rev 266353) +++ PKGBUILD 2016-04-28 05:26:19 UTC (rev 266354) @@ -4,7 +4,7 @@ pkgname=kcalc pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc='Scientific Calculator' url='http://kde.org/applications/utilities/kcalc/' arch=('i686' 'x86_64') @@ -14,7 +14,6 @@ conflicts=('kdeutils-kcalc') replaces=('kdeutils-kcalc') groups=('kde-applications' 'kdeutils') -install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz" kcalc-qt5.6.patch) sha1sums=('6067fd5f91a6b69376104c19485ca83ac6aa1991' 'd22bc7c30802cf7d7bec8d9da9049679ad5b754c') Deleted: kcalc.install =================================================================== --- kcalc.install 2016-04-28 05:26:07 UTC (rev 266353) +++ kcalc.install 2016-04-28 05:26:19 UTC (rev 266354) @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -
