author | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 15:09:59 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 15:09:59 UTC |
parent | ebf2a5c7318962ca00393432b8094c9bfbb4385f |
PKGBUILD | +1 | -2 |
kio-extras.install | +0 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 8c4d398..367685b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,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/' @@ -12,7 +12,6 @@ license=(LGPL) 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') diff --git a/kio-extras.install b/kio-extras.install deleted file mode 100644 index cb068b7..0000000 --- a/kio-extras.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}