summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-11-06 12:11:16 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-11-06 12:11:16 +0100
commitef231e98381b4ffd6579e245f7e0250d654e2620 (patch)
tree980271c7e8dc5e25689da902b1e0723cd840ae7b /media-sound
parentmedia-sound/audacity: Bump to version 2.2.0 (diff)
downloadgentoo-ef231e98381b4ffd6579e245f7e0250d654e2620.tar.gz
gentoo-ef231e98381b4ffd6579e245f7e0250d654e2620.tar.bz2
gentoo-ef231e98381b4ffd6579e245f7e0250d654e2620.zip
media-sound/audacity: Forgot to add xdg_desktop_database_update.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/audacity/audacity-2.2.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-sound/audacity/audacity-2.2.0.ebuild b/media-sound/audacity/audacity-2.2.0.ebuild
index 8b3556c2f1a3..9bfd7eae4ac3 100644
--- a/media-sound/audacity/audacity-2.2.0.ebuild
+++ b/media-sound/audacity/audacity-2.2.0.ebuild
@@ -105,9 +105,11 @@ src_install() {
}
pkg_postinst() {
+ xdg_desktop_database_update
xdg_mimeinfo_database_update
}
pkg_postrm() {
+ xdg_desktop_database_update
xdg_mimeinfo_database_update
}