commit: db68af543fb09220803a7a98d109c795448bd684 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Tue Oct 8 18:27:48 2024 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Tue Oct 8 18:29:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db68af54
media-radio/xlog: update icon cache Closes: https://bugs.gentoo.org/941159 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> media-radio/xlog/xlog-2.0.25.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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 }
