summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-17 01:33:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-17 01:36:04 +0100
commit22696970ba49e6443baf781d2445812cf3d7c77c (patch)
treed6e9954c1b8917bae18d997def23419d61d52613 /app-text/apvlv
parentapp-text/apvlv: Fix build with poppler-0.73 (diff)
downloadgentoo-22696970ba49e6443baf781d2445812cf3d7c77c.tar.gz
gentoo-22696970ba49e6443baf781d2445812cf3d7c77c.tar.bz2
gentoo-22696970ba49e6443baf781d2445812cf3d7c77c.zip
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@gentoo.org>
Diffstat (limited to 'app-text/apvlv')
-rw-r--r--app-text/apvlv/apvlv-0.1.5-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
index bdcb3de1f18e..ed51cc3d3d63 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
}