aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Babiev <harley@hosers.org>2023-03-14 18:21:25 +0000
committerLev Babiev <harley@hosers.org>2023-03-14 18:21:25 +0000
commit3faf42b0665c7bbbcfab6c83cdf2723f11c91794 (patch)
tree3dbcbbeedb68b21cfd3d918147926663d921d804 /gui-apps
parentdev-util/blueprint-compiler: Treeclean package that is now in ::gentoo (diff)
downloadguru-3faf42b0665c7bbbcfab6c83cdf2723f11c91794.tar.gz
guru-3faf42b0665c7bbbcfab6c83cdf2723f11c91794.tar.bz2
guru-3faf42b0665c7bbbcfab6c83cdf2723f11c91794.zip
gui-apps/sfwbar: update icon cache
Signed-off-by: Lev Babiev <harley@hosers.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild10
1 files changed, 9 insertions, 1 deletions
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
+}