Date: Thursday, May 5, 2016 @ 22:28:05 Author: arojas Revision: 266966
Hooks Modified: smb4k/trunk/PKGBUILD Deleted: smb4k/trunk/smb4k.install ---------------+ PKGBUILD | 3 +-- smb4k.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-05 19:50:02 UTC (rev 266965) +++ PKGBUILD 2016-05-05 20:28:05 UTC (rev 266966) @@ -4,7 +4,7 @@ pkgname=smb4k pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="A KDE program that browses samba shares" arch=('i686' 'x86_64') url="http://smb4k.sourceforge.net/" @@ -11,7 +11,6 @@ license=('GPL') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') -install=smb4k.install source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz") md5sums=('19043c4c13a7e552e6d30f26dc750089') Deleted: smb4k.install =================================================================== --- smb4k.install 2016-05-05 19:50:02 UTC (rev 266965) +++ smb4k.install 2016-05-05 20:28:05 UTC (rev 266966) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}