kjots: switched to pacman hooks (#73 and #74)

This commit is contained in:
Francesco Marinucci 2018-12-03 11:30:26 +01:00
parent a85992feea
commit 69fc2a6daa
2 changed files with 1 additions and 14 deletions

View File

@ -2,7 +2,7 @@
pkgname=kjots
pkgver=5.0.2
pkgrel=1
pkgrel=2
pkgdesc="Note taker"
arch=('x86_64')
url="https://www.kde.org/applications/utilities/kjots/"
@ -14,7 +14,6 @@ source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
conflicts=(kdepim-kjots)
replaces=(kdepim-kjots)
provides=(kdepims-kjots)
install=$pkgname.install
md5sums=('296136e9860142596235d6d3f2c523e8')
prepare() {

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
}