Date: Wednesday, April 27, 2016 @ 19:21:01 Author: fyan Revision: 172117
upgpkg: kaffeine 1.3.1-3 Hooks rebuild (part 1) Modified: kaffeine/trunk/PKGBUILD Deleted: kaffeine/trunk/kaffeine.install ------------------+ PKGBUILD | 3 +-- kaffeine.install | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-27 17:20:55 UTC (rev 172116) +++ PKGBUILD 2016-04-27 17:21:01 UTC (rev 172117) @@ -4,7 +4,7 @@ pkgname=kaffeine pkgver=1.3.1 -pkgrel=2 +pkgrel=3 pkgdesc='KDE media player' license=(GPL) arch=(i686 x86_64) @@ -11,7 +11,6 @@ url="http://kaffeine.kde.org" depends=(kdebase-runtime vlc) makedepends=(cmake automoc4) -install=kaffeine.install source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz include-CheckIncludeFiles.patch) md5sums=('f2308cf7abf5ec7ad5c724593594c198' Deleted: kaffeine.install =================================================================== --- kaffeine.install 2016-04-27 17:20:55 UTC (rev 172116) +++ kaffeine.install 2016-04-27 17:21:01 UTC (rev 172117) @@ -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 -}
