author | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 15:08:19 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 15:08:19 UTC |
parent | 5d1f6388666693ae3a775f8af38cd874e5abd378 |
PKGBUILD | +1 | -2 |
kio.install | +0 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 46e4310..7ec1141 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=kio pkgver=5.21.0 -pkgrel=1 +pkgrel=2 pkgdesc='Resource and network access abstraction' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' @@ -13,7 +13,6 @@ depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' makedepends=('extra-cmake-modules' 'kdoctools' 'python') optdepends=('kio-extras: extra protocols support (sftp, fish and more)') groups=('kf5') -install=kio.install source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") md5sums=('9ffc4e4ee5e63def230249942d85a344') diff --git a/kio.install b/kio.install deleted file mode 100644 index e111ef9..0000000 --- a/kio.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}