Date: Thursday, April 28, 2016 @ 08:37:57 Author: fyan Revision: 266400
upgpkg: kdegraphics-kolourpaint 16.04.0-2 Hooks rebuild (part 1) Modified: kdegraphics-kolourpaint/trunk/PKGBUILD Deleted: kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install ---------------------------------+ PKGBUILD | 3 +-- kdegraphics-kolourpaint.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 06:33:31 UTC (rev 266399) +++ PKGBUILD 2016-04-28 06:37:57 UTC (rev 266400) @@ -4,7 +4,7 @@ pkgname=kdegraphics-kolourpaint pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Paint Program" url="http://kde.org/applications/graphics/kolourpaint/" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ groups=('kde-applications' 'kdegraphics') depends=('kdebase-runtime' 'qimageblitz' 'libksane4') makedepends=('cmake' 'automoc4') -install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz") sha1sums=('08380ce6720dfbeab3745d1663078d05f9f6c567') Deleted: kdegraphics-kolourpaint.install =================================================================== --- kdegraphics-kolourpaint.install 2016-04-28 06:33:31 UTC (rev 266399) +++ kdegraphics-kolourpaint.install 2016-04-28 06:37:57 UTC (rev 266400) @@ -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 -}
