app-text/winefish: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Marty E. Plummer
2018-04-08 09:17:09 -05:00
committed by David Seifert
parent 9f144bf03f
commit 6bee8b5708

View File

@@ -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
}