summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--kdocker.install11
3 files changed, 0 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bbdff025548..9c26b8a1774b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = kdocker
pkgver = 5.0
pkgrel = 1
url = https://github.com/user-none/KDocker
- install = kdocker.install
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 97810185d155..ea507aeb67f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,6 @@ arch=('i686' 'x86_64')
url="https://github.com/user-none/KDocker"
license=('GPL2')
depends=('qt5-base' 'qt5-x11extras' 'libxpm' 'libxmu')
-install=kdocker.install
source=(https://github.com/user-none/KDocker/archive/${pkgver}.tar.gz)
sha256sums=('711c3a07d36d278eca47fa56db34fcb0f20f30210d9a1e86a9d0243b834e357a')
diff --git a/kdocker.install b/kdocker.install
deleted file mode 100644
index f196c4e67a03..000000000000
--- a/kdocker.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-} \ No newline at end of file