Date: Thursday, April 28, 2016 @ 22:50:59 Author: arojas Revision: 266601
Hooks Modified: kleopatra/trunk/PKGBUILD Deleted: kleopatra/trunk/kleopatra.install -------------------+ PKGBUILD | 3 +-- kleopatra.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 20:45:11 UTC (rev 266600) +++ PKGBUILD 2016-04-28 20:50:59 UTC (rev 266601) @@ -3,7 +3,7 @@ pkgname=kleopatra pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc='Certificate Manager and Unified Crypto GUI' arch=(i686 x86_64) url='https://www.kde.org/applications/utilities/kleopatra/' @@ -11,7 +11,6 @@ depends=(hicolor-icon-theme libkleo kcmutils kmime) makedepends=(extra-cmake-modules kdoctools boost python) groups=(kde-applications kdepim) -install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") sha1sums=('84c59fc86ec8a844d25c9354e651e436d92bbacb') Deleted: kleopatra.install =================================================================== --- kleopatra.install 2016-04-28 20:45:11 UTC (rev 266600) +++ kleopatra.install 2016-04-28 20:50:59 UTC (rev 266601) @@ -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 -}
