summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 10:20:05 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:45:05 +0200
commite54a8281eb583d1c84ad775a815f8e8da1a19019 (patch)
tree42b5b0366a421d4a63e00be991294625fa2b0be3 /x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild
parentx11-libs/libfm: fdo-mime->xdg-utils (diff)
downloadgentoo-e54a8281eb583d1c84ad775a815f8e8da1a19019.tar.gz
gentoo-e54a8281eb583d1c84ad775a815f8e8da1a19019.tar.bz2
gentoo-e54a8281eb583d1c84ad775a815f8e8da1a19019.zip
x11-libs/libfm-extra: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild')
-rw-r--r--x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild b/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild
index 2f21bf8da9b9..aa65e3f1c6ce 100644
--- a/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild
+++ b/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# 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
}