git » libksane.git » commit 3dcdb8c

Hooks rebuild (part 1)

author Felix Yan
2016-04-28 16:23:40 UTC
committer Felix Yan
2016-04-28 16:23:40 UTC
parent 23a017d50ca047f37b4b1655048ff2430ea8c408

Hooks rebuild (part 1)

PKGBUILD +1 -2
libksane.install +0 -11

diff --git a/PKGBUILD b/PKGBUILD
index 835e0b6..eeb1b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
 
 pkgname=libksane
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An image scanning library"
 url="https://www.kde.org/applications/graphics/"
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
 depends=(ktextwidgets kwallet sane)
 makedepends=(extra-cmake-modules)
-install=$pkgname.install
 source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
 sha1sums=('773b9ccd17cd3960d429c6380b36635e23de22e0')
 
diff --git a/libksane.install b/libksane.install
deleted file mode 100644
index e70c054..0000000
--- a/libksane.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}