app-misc/corectrl: add xdg_icon_cache_update

Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
This commit is contained in:
Kostadin Shishmanov
2025-06-18 12:11:46 +03:00
parent 217a11f8d8
commit 05de305db7
2 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit ecm linux-info optfeature toolchain-funcs
inherit ecm linux-info optfeature toolchain-funcs xdg-utils
DESCRIPTION="Core control application"
HOMEPAGE="https://gitlab.com/corectrl/corectrl"
@@ -70,6 +70,11 @@ src_configure() {
}
pkg_postinst() {
xdg_icon_cache_update
optfeature "vulkaninfo" dev-util/vulkan-tools
optfeature "glxinfo" x11-apps/mesa-progs
}
pkg_postrm() {
xdg_icon_cache_update
}

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit ecm linux-info optfeature toolchain-funcs
inherit ecm linux-info optfeature toolchain-funcs xdg-utils
DESCRIPTION="Core control application"
HOMEPAGE="https://gitlab.com/corectrl/corectrl"
@@ -70,6 +70,11 @@ src_configure() {
}
pkg_postinst() {
xdg_icon_cache_update
optfeature "vulkaninfo" dev-util/vulkan-tools
optfeature "glxinfo" x11-apps/mesa-progs
}
pkg_postrm() {
xdg_icon_cache_update
}