Date: Thursday, April 28, 2016 @ 17:09:59 Author: fyan Revision: 266482
upgpkg: kio-extras 16.04.0-2 Hooks rebuild (part 1) Modified: kio-extras/trunk/PKGBUILD Deleted: kio-extras/trunk/kio-extras.install --------------------+ PKGBUILD | 3 +-- kio-extras.install | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 15:09:04 UTC (rev 266481) +++ PKGBUILD 2016-04-28 15:09:59 UTC (rev 266482) @@ -5,7 +5,7 @@ pkgname=kio-extras pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Additional components to increase the functionality of KIO" arch=(i686 x86_64) url='https://www.kde.org/applications/internet/' @@ -13,7 +13,6 @@ depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp libmtp kpty kactivities) makedepends=(extra-cmake-modules kdoctools) groups=(kde-applications kdenetwork) -install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") md5sums=('f15d31f670fbbad9e8ebda0f03568d1e') Deleted: kio-extras.install =================================================================== --- kio-extras.install 2016-04-28 15:09:04 UTC (rev 266481) +++ kio-extras.install 2016-04-28 15:09:59 UTC (rev 266482) @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
