gnucash: remove usr/share/glib-2.0/schemas/gschemas.compiled

This commit is contained in:
Duncaen 2019-02-12 13:59:07 +01:00 committed by maxice8
parent ee751220f1
commit 0f4eb97d9f
1 changed files with 2 additions and 1 deletions

View File

@ -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() {