mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:37:15 +08:00
yagf: switch to pacman hooks #75
This commit is contained in:
parent
d30ac29124
commit
9bd8c9cb98
@ -1,6 +1,6 @@
|
|||||||
pkgname=yagf
|
pkgname=yagf
|
||||||
pkgver=0.9.5
|
pkgver=0.9.5
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Qt4-based GUI for Cuneiform OCR"
|
pkgdesc="Qt4-based GUI for Cuneiform OCR"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://sourceforge.net/projects/yagf-ocr/"
|
url="http://sourceforge.net/projects/yagf-ocr/"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
post_install() {
|
post_install() {
|
||||||
[ -x `which update-mime-database` ] && update-mime-database usr/share/mime
|
[ -x `which update-mime-database` ] && update-mime-database usr/share/mime
|
||||||
[ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
||||||
bin/true
|
bin/true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user