Date: Thursday, April 28, 2016 @ 17:19:29 Author: fyan Revision: 266494
upgpkg: klettres 16.04.0-2 Hooks rebuild (part 1) Modified: klettres/trunk/PKGBUILD Deleted: klettres/trunk/klettres.install ------------------+ PKGBUILD | 3 +-- klettres.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 15:18:28 UTC (rev 266493) +++ PKGBUILD 2016-04-28 15:19:29 UTC (rev 266494) @@ -4,7 +4,7 @@ pkgname=klettres pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Learn The Alphabet" url="http://kde.org/applications/education/klettres/" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ groups=('kde-applications' 'kdeedu') depends=('knewstuff' 'kemoticons' 'kitemmodels' 'hicolor-icon-theme') makedepends=('extra-cmake-modules' 'python' 'kdoctools') -install=${pkgname}.install replaces=('kdeedu-klettres') conflicts=('kdeedu-klettres') source=("http://download.kde.org/stable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz") Deleted: klettres.install =================================================================== --- klettres.install 2016-04-28 15:18:28 UTC (rev 266493) +++ klettres.install 2016-04-28 15:19:29 UTC (rev 266494) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
