Skip to content

Commit

Permalink
media-sound/audacity: Update icon cache.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/640264
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Lars Wendler committed Feb 21, 2018
1 parent afd94e8 commit d966fd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion media-sound/audacity/audacity-2.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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
}

0 comments on commit d966fd1

Please sign in to comment.