mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
gnucash: remove usr/share/glib-2.0/schemas/gschemas.compiled
This commit is contained in:
parent
ee751220f1
commit
0f4eb97d9f
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue