diff --git a/peruse/PKGBUILD b/peruse/PKGBUILD index c807fd452..4702891d3 100644 --- a/peruse/PKGBUILD +++ b/peruse/PKGBUILD @@ -1,6 +1,6 @@ pkgname=peruse pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc="A comic book reader. It gets out of your way and let you read your comics, comfortably" license=('GPL') arch=('x86_64') @@ -9,7 +9,6 @@ depends=('qt5-base' 'karchive' 'baloo' 'ki18n' 'kdeclarative' 'kconfig' 'kfileme makedepends=('extra-cmake-modules') categories=('office') options=('debug') -install=peruse.install source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz") sha1sums=('1f91d84086e71dcd6e2a853aac04dfd50bc7fc9a') diff --git a/peruse/peruse.install b/peruse/peruse.install deleted file mode 100644 index 5c501dc49..000000000 --- a/peruse/peruse.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}