summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/zim/zim-0.66.ebuild')
-rw-r--r--x11-misc/zim/zim-0.66.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/zim/zim-0.66.ebuild b/x11-misc/zim/zim-0.66.ebuild
index 624a7703ae63..7f1f5038576b 100644
--- a/x11-misc/zim/zim-0.66.ebuild
+++ b/x11-misc/zim/zim-0.66.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 gnome2-utils fdo-mime virtualx
+inherit distutils-r1 gnome2-utils virtualx xdg-utils
DESCRIPTION="A desktop wiki"
HOMEPAGE="http://zim-wiki.org/"
@@ -60,7 +60,7 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
if ! has_version ${CATEGORY}/${PN}; then
einfo "Please emerge these packages for additional functionality"
@@ -78,6 +78,6 @@ pkg_postinst() {
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}