diff options
Diffstat (limited to 'media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild')
-rw-r--r-- | media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild b/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild index c6931c84c568..73a10f4e5557 100644 --- a/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild +++ b/media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 fdo-mime +inherit distutils-r1 xdg-utils DESCRIPTION="A program for drawing beautiful mathematically-based images known as fractals" HOMEPAGE="http://gnofract4d.sourceforge.net/" @@ -30,11 +30,11 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } |