commit:     3faf42b0665c7bbbcfab6c83cdf2723f11c91794
Author:     Lev Babiev <harley <AT> hosers <DOT> org>
AuthorDate: Tue Mar 14 18:21:25 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 18:21:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3faf42b0

gui-apps/sfwbar: update icon cache

Signed-off-by: Lev Babiev <harley <AT> hosers.org>

 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 a36f0a9d7..fec47b4de 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
+}

Reply via email to