peruse: switch to pacman hooks (#73 and #74)

This commit is contained in:
Francesco Marinucci 2018-12-04 17:59:02 +01:00
parent 8009394525
commit f0bd359d30
2 changed files with 1 additions and 14 deletions

View File

@ -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')

View File

@ -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
}