gnucash: remove usr/share/glib-2.0/schemas/gschemas.compiled
This commit is contained in:
parent
ee751220f1
commit
0f4eb97d9f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnucash'
|
||||
pkgname=gnucash
|
||||
version=3.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"
|
||||
hostmakedepends="pkg-config guile python3 libxslt perl"
|
||||
|
@ -33,6 +33,7 @@ post_install() {
|
|||
${DESTDIR}/usr/share/applications/gnucash.desktop
|
||||
;;
|
||||
esac
|
||||
rm -f "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
|
||||
}
|
||||
|
||||
gnucash-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue