git » ark.git » commit 76ea286

Hooks rebuild (part 1)

author Felix Yan
2016-04-27 14:44:39 UTC
committer Felix Yan
2016-04-27 14:44:39 UTC
parent c0eaac6e010ce3c5bfd592e44a72aa18a822a879

Hooks rebuild (part 1)

PKGBUILD +1 -2
ark.install +0 -13

diff --git a/PKGBUILD b/PKGBUILD
index fccb132..518586d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=ark
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Archiving Tool'
 arch=(i686 x86_64)
 url='http://kde.org/applications/utilities/ark/'
@@ -15,7 +15,6 @@ optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: ZI
 conflicts=(kdeutils-ark)
 replaces=(kdeutils-ark)
 groups=(kde-applications kdeutils)
-install=$pkgname.install
 source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
 md5sums=('f45b700154712ae6676c922bc59c9c85')
 
diff --git a/ark.install b/ark.install
deleted file mode 100644
index 74ff488..0000000
--- a/ark.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}
-