summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-21 09:36:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-21 09:41:34 +0200
commit63e9e8b04ef05eb4ba9624d79ac9e7acd8247e3d (patch)
tree0bb6684427d259d7dbc12927a01cf22fe61636dd /media-sound/mumble/mumble-9999.ebuild
parentmedia-sound/mumble: Add missing DEPEND (diff)
downloadgentoo-63e9e8b04ef05eb4ba9624d79ac9e7acd8247e3d.tar.gz
gentoo-63e9e8b04ef05eb4ba9624d79ac9e7acd8247e3d.tar.bz2
gentoo-63e9e8b04ef05eb4ba9624d79ac9e7acd8247e3d.zip
media-sound/mumble: Run gnome2_icon_cache_update
Closes: https://bugs.gentoo.org/652198 Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'media-sound/mumble/mumble-9999.ebuild')
-rw-r--r--media-sound/mumble/mumble-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/mumble/mumble-9999.ebuild b/media-sound/mumble/mumble-9999.ebuild
index 021ca140cc37..97f5993a6006 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
}