From 3faf42b0665c7bbbcfab6c83cdf2723f11c91794 Mon Sep 17 00:00:00 2001 From: Lev Babiev Date: Tue, 14 Mar 2023 18:21:25 +0000 Subject: [PATCH] gui-apps/sfwbar: update icon cache Signed-off-by: Lev Babiev --- gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild index a36f0a9d77..fec47b4de9 100644 --- a/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild +++ b/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild @@ -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 +}