vym: switch to pacman hooks #74

This commit is contained in:
Francesco Marinucci 2018-12-30 18:59:19 +01:00
parent 457e1c727c
commit 1faee23364
2 changed files with 1 additions and 13 deletions

View File

@ -1,6 +1,6 @@
pkgname=vym
pkgver=2.6.11
pkgrel=1
pkgrel=2
pkgdesc="A mindmapping tool"
arch=('x86_64')
url="http://www.insilmaril.de/vym/"
@ -8,7 +8,6 @@ license=('GPL')
depends=('qt5-svg' 'desktop-file-utils' 'unzip' 'zip')
makedepends=('qt5-tools')
options=('!emptydirs')
install=$pkgname.install
screenshot="http://a.fsdn.com/con/app/proj/vym/screenshots/328321.jpg"
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
$pkgname.desktop)

View File

@ -1,11 +0,0 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}