diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2024-10-08 20:27:48 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-10-08 20:29:07 +0200 |
commit | db68af543fb09220803a7a98d109c795448bd684 (patch) | |
tree | b06d8c4303d87d788af4924de10a67410b91c23b | |
parent | dev-python/cython: Stabilize 3.0.11 hppa, #938402 (diff) | |
download | gentoo-db68af543fb09220803a7a98d109c795448bd684.tar.gz gentoo-db68af543fb09220803a7a98d109c795448bd684.tar.bz2 gentoo-db68af543fb09220803a7a98d109c795448bd684.zip |
media-radio/xlog: update icon cache
Closes: https://bugs.gentoo.org/941159
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
-rw-r--r-- | media-radio/xlog/xlog-2.0.25.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-radio/xlog/xlog-2.0.25.ebuild b/media-radio/xlog/xlog-2.0.25.ebuild index 89fb8993a59b..0b5565aceed3 100644 --- a/media-radio/xlog/xlog-2.0.25.ebuild +++ b/media-radio/xlog/xlog-2.0.25.ebuild @@ -75,9 +75,11 @@ src_install() { pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update xdg_mimeinfo_database_update + xdg_icon_cache_update } |