media-sound/audacity: Update icon cache.
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 21 Feb 2018 10:18:46 +0000 (11:18 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 21 Feb 2018 10:18:46 +0000 (11:18 +0100)
Closes: https://bugs.gentoo.org/640264
Package-Manager: Portage-2.3.24, Repoman-2.3.6

media-sound/audacity/audacity-2.2.2.ebuild

index da0be8df73c8bbea62cd9176182570a47784f777..af62f464499f6f2dad5af28255591a493a15b12d 100644 (file)
@@ -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
 }