author | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 16:16:20 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 16:16:20 UTC |
parent | 2dfef22f70842b8344ed39c73d32a2746faa7978 |
PKGBUILD | +1 | -2 |
libkdcraw.install | +0 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 8ed5347..2a1d98e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,14 +4,13 @@ pkgname=libkdcraw pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A C++ interface used to decode RAW picture" url="https://www.kde.org/applications/graphics/" arch=(i686 x86_64) license=(GPL LGPL FDL) depends=(qt5-base libraw) makedepends=(extra-cmake-modules) -install=$pkgname.install source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") sha1sums=('ae8e59e03b919e9b542dd3fa2377901975845968') diff --git a/libkdcraw.install b/libkdcraw.install deleted file mode 100644 index e70c054..0000000 --- a/libkdcraw.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 -}