diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/winefish/winefish-1.3.3-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild b/app-text/winefish/winefish-1.3.3-r2.ebuild index 95b899b38b91..2c873d65af7f 100644 --- a/app-text/winefish/winefish-1.3.3-r2.ebuild +++ b/app-text/winefish/winefish-1.3.3-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils fdo-mime +inherit autotools eutils xdg-utils MY_PV=${PV/%[[:alpha:]]/} @@ -48,6 +48,6 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } |