diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-02-21 11:18:46 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-02-21 11:18:46 +0100 |
commit | d966fd1089fc0d1219c105b7bd47b773f702696c (patch) | |
tree | fac25e6642da2081dd68ac16a5b233ce6a1aeaa0 /media-sound/audacity | |
parent | media-sound/audacity: Removed old. (diff) | |
download | gentoo-d966fd1089fc0d1219c105b7bd47b773f702696c.tar.gz gentoo-d966fd1089fc0d1219c105b7bd47b773f702696c.tar.bz2 gentoo-d966fd1089fc0d1219c105b7bd47b773f702696c.zip |
media-sound/audacity: Update icon cache.
Closes: https://bugs.gentoo.org/640264
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-2.2.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/audacity/audacity-2.2.2.ebuild b/media-sound/audacity/audacity-2.2.2.ebuild index da0be8df73c8..af62f464499f 100644 --- a/media-sound/audacity/audacity-2.2.2.ebuild +++ b/media-sound/audacity/audacity-2.2.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils wxwidgets xdg-utils +inherit eutils gnome2-utils wxwidgets xdg-utils MY_P="${PN}-minsrc-${PV}" DOC_PV="${PV}" @@ -106,11 +106,13 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_desktop_database_update xdg_mimeinfo_database_update } pkg_postrm() { + gnome2_icon_cache_update xdg_desktop_database_update xdg_mimeinfo_database_update } |