diff options
Diffstat (limited to 'x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild')
-rw-r--r-- | x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild b/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild index 9295381c165c..56f056e2e917 100644 --- a/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild +++ b/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 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 } |