Date: Wednesday, April 27, 2016 @ 23:20:41 Author: arojas Revision: 172202
Hooks Modified: qt5ct/trunk/PKGBUILD Deleted: qt5ct/trunk/qt5ct.install ---------------+ PKGBUILD | 3 +-- qt5ct.install | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-27 21:20:34 UTC (rev 172201) +++ PKGBUILD 2016-04-27 21:20:41 UTC (rev 172202) @@ -5,7 +5,7 @@ pkgname=qt5ct pkgver=0.23 -pkgrel=1 +pkgrel=2 pkgdesc="Qt5 Configuration Utility" arch=(i686 x86_64) url="http://opendesktop.org/content/show.php?content=168066" @@ -13,7 +13,6 @@ depends=(qt5-svg) makedepends=(qt5-tools) source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2" 'COPYING.BSD') -install=$pkgname.install sha256sums=('2830f8b980baad8b3373f9ff5d4118e51e6d54f9b5189324f740eee4d27ba616' 'b1742f842de71738501a471e4ce1cac38a02d3240a91848fbd32429bc20aa69b') Deleted: qt5ct.install =================================================================== --- qt5ct.install 2016-04-27 21:20:34 UTC (rev 172201) +++ qt5ct.install 2016-04-27 21:20:41 UTC (rev 172202) @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} -
