mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-misc/corectrl: add xdg_icon_cache_update
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit ecm linux-info optfeature toolchain-funcs
|
inherit ecm linux-info optfeature toolchain-funcs xdg-utils
|
||||||
|
|
||||||
DESCRIPTION="Core control application"
|
DESCRIPTION="Core control application"
|
||||||
HOMEPAGE="https://gitlab.com/corectrl/corectrl"
|
HOMEPAGE="https://gitlab.com/corectrl/corectrl"
|
||||||
@@ -70,6 +70,11 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
xdg_icon_cache_update
|
||||||
optfeature "vulkaninfo" dev-util/vulkan-tools
|
optfeature "vulkaninfo" dev-util/vulkan-tools
|
||||||
optfeature "glxinfo" x11-apps/mesa-progs
|
optfeature "glxinfo" x11-apps/mesa-progs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_icon_cache_update
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit ecm linux-info optfeature toolchain-funcs
|
inherit ecm linux-info optfeature toolchain-funcs xdg-utils
|
||||||
|
|
||||||
DESCRIPTION="Core control application"
|
DESCRIPTION="Core control application"
|
||||||
HOMEPAGE="https://gitlab.com/corectrl/corectrl"
|
HOMEPAGE="https://gitlab.com/corectrl/corectrl"
|
||||||
@@ -70,6 +70,11 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
xdg_icon_cache_update
|
||||||
optfeature "vulkaninfo" dev-util/vulkan-tools
|
optfeature "vulkaninfo" dev-util/vulkan-tools
|
||||||
optfeature "glxinfo" x11-apps/mesa-progs
|
optfeature "glxinfo" x11-apps/mesa-progs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_icon_cache_update
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user