2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

sys-apps/razergenie: Inherit xdg-utils, add xdg_icon_cache_update

Closes: https://bugs.gentoo.org/966339
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2025-11-22 10:38:25 -05:00
parent 54d7b3725d
commit 5c4fc018a0

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
inherit meson xdg-utils
MY_P="RazerGenie-${PV}"
DESCRIPTION="Razer devices configurator"
@@ -31,3 +31,11 @@ BDEPEND="
src_configure() {
meson_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}