commit:     22696970ba49e6443baf781d2445812cf3d7c77c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 00:33:25 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 00:36:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22696970

app-text/apvlv: Add missing xdg_desktop_database_update

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/apvlv/apvlv-0.1.5-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild 
b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index bdcb3de1f18..ed51cc3d3d6 100644
--- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils desktop gnome2-utils
+inherit cmake-utils desktop gnome2-utils xdg-utils
 
 DESCRIPTION="Alf's PDF Viewer Like Vim"
 HOMEPAGE="https://naihe2010.github.com/apvlv/";
@@ -53,8 +53,10 @@ src_install() {
 
 pkg_postinst() {
        gnome2_icon_cache_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
        gnome2_icon_cache_update
+       xdg_desktop_database_update
 }

Reply via email to