summaryrefslogtreecommitdiff
path: root/app-text/djvu/djvu-3.5.27.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/djvu/djvu-3.5.27.ebuild')
-rw-r--r--app-text/djvu/djvu-3.5.27.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/djvu/djvu-3.5.27.ebuild b/app-text/djvu/djvu-3.5.27.ebuild
index c3d32fd019bd..7e1a7c1c755e 100644
--- a/app-text/djvu/djvu-3.5.27.ebuild
+++ b/app-text/djvu/djvu-3.5.27.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit eutils fdo-mime flag-o-matic
+inherit eutils flag-o-matic xdg-utils
MY_P="${PN}libre-${PV#*_p}"
@@ -53,11 +53,11 @@ src_install() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
has_version app-text/djview || \
optfeature "For djviewer or browser plugin" app-text/djview
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}