Date: Thursday, April 28, 2016 @ 22:35:39 Author: arojas Revision: 266593
Hooks Modified: artikulate/trunk/PKGBUILD Deleted: artikulate/trunk/artikulate.install --------------------+ PKGBUILD | 3 +-- artikulate.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 20:31:44 UTC (rev 266592) +++ PKGBUILD 2016-04-28 20:35:39 UTC (rev 266593) @@ -5,7 +5,7 @@ pkgname=artikulate pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Improve your pronunciation by listening to native speakers" url="https://edu.kde.org/applications/s/artikulate" arch=(i686 x86_64) @@ -15,7 +15,6 @@ makedepends=(extra-cmake-modules kdoctools boost python) conflicts=(kdeedu-artikulate) replaces=(kdeedu-artikulate) -install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") sha1sums=('6c5ebbd5c325d7b078e2ac9ea46f260382640dd1') Deleted: artikulate.install =================================================================== --- artikulate.install 2016-04-28 20:31:44 UTC (rev 266592) +++ artikulate.install 2016-04-28 20:35:39 UTC (rev 266593) @@ -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 -}
