summaryrefslogtreecommitdiff
path: root/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild')
-rw-r--r--x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild
index 0caa1a5efec9..831645a5683d 100644
--- a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild
+++ b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools fdo-mime
+inherit autotools xdg-utils
MY_PV=${PV/_/}
MY_PN="libfm"
@@ -83,9 +83,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
}