summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-06-12 15:15:53 +0200
committerAlad Wenter2016-06-12 15:15:53 +0200
commit8e454344b2fb98543736b24644e73e489699279a (patch)
tree3c77b09d670c3d3a3bd419bd2ded6e9f1be70f10
parent25c4465d2f6da7eb080cc9c14a0cfd3d56b6725c (diff)
downloadaur-8e454344b2fb98543736b24644e73e489699279a.tar.gz
remove install file provided by hooks
-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
-}