summaryrefslogtreecommitdiff
path: root/x11-libs/libfm/libfm-1.2.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /x11-libs/libfm/libfm-1.2.5.ebuild
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'x11-libs/libfm/libfm-1.2.5.ebuild')
-rw-r--r--x11-libs/libfm/libfm-1.2.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libfm/libfm-1.2.5.ebuild b/x11-libs/libfm/libfm-1.2.5.ebuild
index ad671cdf555e..1a0ea5310742 100644
--- a/x11-libs/libfm/libfm-1.2.5.ebuild
+++ b/x11-libs/libfm/libfm-1.2.5.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit autotools fdo-mime multilib vala
+inherit autotools multilib vala xdg-utils
MY_PV=${PV/_/}
MY_P="${PN}-${MY_PV}"
@@ -121,9 +121,9 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}