mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +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:
parent
54d7b3725d
commit
5c4fc018a0
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user