sci-electronics/lxi-tools: Fix gschema, xdg icons actions

Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
This commit is contained in:
Jan Henke
2022-08-11 23:25:56 +02:00
parent 8e2ea77a34
commit 72a499af8c

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit meson
inherit meson gnome2-utils xdg-utils
DESCRIPTION="Tools to access devices with LXI"
HOMEPAGE="https://github.com/lxi-tools/lxi-tools"
@@ -34,3 +34,13 @@ src_configure() {
)
meson_src_configure
}
pkg_postinst() {
gnome2_schemas_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_schemas_update
xdg_icon_cache_update
}