diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 10:18:43 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:45:02 +0200 |
commit | e0b4070d5cb166575771132097f97143a9804843 (patch) | |
tree | 4204db10e8bcd3eca58c77f724e52620653b982b /x11-libs/libfm/libfm-1.2.3-r1.ebuild | |
parent | media-sound/xnoise: fdo-mime->xdg-utils (diff) | |
download | gentoo-e0b4070d5cb166575771132097f97143a9804843.tar.gz gentoo-e0b4070d5cb166575771132097f97143a9804843.tar.bz2 gentoo-e0b4070d5cb166575771132097f97143a9804843.zip |
x11-libs/libfm: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7873
Diffstat (limited to 'x11-libs/libfm/libfm-1.2.3-r1.ebuild')
-rw-r--r-- | x11-libs/libfm/libfm-1.2.3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/libfm/libfm-1.2.3-r1.ebuild b/x11-libs/libfm/libfm-1.2.3-r1.ebuild index aa6f3273385c..c9bde1ffe20f 100644 --- a/x11-libs/libfm/libfm-1.2.3-r1.ebuild +++ b/x11-libs/libfm/libfm-1.2.3-r1.ebuild @@ -1,9 +1,9 @@ -# 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 multilib vala +inherit autotools multilib vala xdg-utils MY_PV=${PV/_/} MY_P="${PN}-${MY_PV}" @@ -116,9 +116,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 } |