summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--kio-git.install11
3 files changed, 1 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ad96c52a51e..89c0286db54d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Jun 12 13:06:09 UTC 2016
+# Sun Jun 12 13:15:49 UTC 2016
pkgbase = kio-git
pkgdesc = Resource and network access abstraction
pkgver = r1598.8b43a9e
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/kio
- install = kio-git.install
arch = i686
arch = x86_64
groups = kf5
diff --git a/PKGBUILD b/PKGBUILD
index 12e172aa2321..aa9f90f22c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,6 @@ makedepends=('extra-cmake-modules-git' 'git' 'kdoctools-git' 'python')
groups=('kf5')
conflicts=(kio)
provides=(kio)
-install=$pkgname.install
source=('git://anongit.kde.org/kio.git')
md5sums=('SKIP')
diff --git a/kio-git.install b/kio-git.install
deleted file mode 100644
index e111ef946053..000000000000
--- a/kio-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}