commit: 63e9e8b04ef05eb4ba9624d79ac9e7acd8247e3d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 21 07:36:09 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 21 07:41:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e9e8b0
media-sound/mumble: Run gnome2_icon_cache_update Closes: https://bugs.gentoo.org/652198 Package-Manager: Portage-2.3.47, Repoman-2.3.10 media-sound/mumble/mumble-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild index 021ca140cc3..97f5993a600 100644 --- a/media-sound/mumble/mumble-9999.ebuild +++ b/media-sound/mumble/mumble-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit multilib desktop qmake-utils xdg-utils +inherit desktop gnome2-utils qmake-utils xdg-utils DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software" HOMEPAGE="https://wiki.mumble.info" @@ -117,6 +117,7 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_desktop_database_update echo elog "Visit http://mumble.sourceforge.net/ for futher configuration instructions." @@ -125,5 +126,6 @@ pkg_postinst() { } pkg_postrm() { + gnome2_icon_cache_update xdg_desktop_database_update }
