summaryrefslogtreecommitdiff
path: root/app-text/xchm/xchm-1.23-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/xchm/xchm-1.23-r2.ebuild')
-rw-r--r--app-text/xchm/xchm-1.23-r2.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/xchm/xchm-1.23-r2.ebuild b/app-text/xchm/xchm-1.23-r2.ebuild
index b9eaf64c963e..f7ee063880c7 100644
--- a/app-text/xchm/xchm-1.23-r2.ebuild
+++ b/app-text/xchm/xchm-1.23-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
WX_GTK_VER="3.0-gtk3"
-inherit fdo-mime wxwidgets
+inherit wxwidgets xdg-utils
DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
HOMEPAGE="http://xchm.sourceforge.net/"
@@ -41,11 +41,11 @@ src_install() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
}