author | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 06:38:48 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-28 06:38:48 UTC |
parent | fbe387a8b68c7b89ab7c102e7a2603ac0dc4eba1 |
PKGBUILD | +1 | -2 |
kdegraphics-mobipocket.install | +0 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 98a9083..8ff0ebe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=kdegraphics-mobipocket pkgver=16.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of plugins to handle mobipocket files" url="https://www.kde.org/applications/graphics/" arch=('i686' 'x86_64') @@ -13,7 +13,6 @@ makedepends=('cmake' 'automoc4') groups=('kde-applications' 'kdegraphics') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') -install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") sha1sums=('57d2c1623b052b56af6c39476461a40c6b1e8994') diff --git a/kdegraphics-mobipocket.install b/kdegraphics-mobipocket.install deleted file mode 100644 index 660593c..0000000 --- a/kdegraphics-mobipocket.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}