mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
vym: switch to pacman hooks #74
This commit is contained in:
parent
457e1c727c
commit
1faee23364
@ -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)
|
||||
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install $1
|
||||
}
|
Loading…
Reference in New Issue
Block a user