gui-apps/sfwbar: update icon cache

Signed-off-by: Lev Babiev <harley@hosers.org>
This commit is contained in:
Lev Babiev
2023-03-14 18:21:25 +00:00
parent 2aff6c84b3
commit 3faf42b066

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit meson
inherit meson xdg-utils
DESCRIPTION="S* Floating Window Bar"
HOMEPAGE="https://github.com/LBCrion/sfwbar"
@@ -39,3 +39,11 @@ src_configure() {
meson_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}