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

View file

@ -1,7 +1,7 @@
# Template file for 'gnucash' # Template file for 'gnucash'
pkgname=gnucash pkgname=gnucash
version=3.4 version=3.4
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1" configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"
hostmakedepends="pkg-config guile python3 libxslt perl" hostmakedepends="pkg-config guile python3 libxslt perl"
@ -33,6 +33,7 @@ post_install() {
${DESTDIR}/usr/share/applications/gnucash.desktop ${DESTDIR}/usr/share/applications/gnucash.desktop
;; ;;
esac esac
rm -f "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
} }
gnucash-devel_package() { gnucash-devel_package() {