diff options
author | 2018-04-09 22:38:58 -0500 | |
---|---|---|
committer | 2018-04-20 21:43:11 +0200 | |
commit | 099c12fe646e1c7a6d7c44a653c988fe6aaf26c5 (patch) | |
tree | c12bf5c7f1f20629896df66be5986e12e442fca2 /media-gfx/gnofract4d/gnofract4d-3.14-r1.ebuild | |
parent | media-gfx/darktable: fdo-mime->xdg-utils (diff) | |
download | gentoo-099c12fe646e1c7a6d7c44a653c988fe6aaf26c5.tar.gz gentoo-099c12fe646e1c7a6d7c44a653c988fe6aaf26c5.tar.bz2 gentoo-099c12fe646e1c7a6d7c44a653c988fe6aaf26c5.zip |
media-gfx/gnofract4d: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
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 } |