diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-09 22:47:25 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:43:16 +0200 |
commit | 8f573c911a697382109dadc97f196ba7e288d701 (patch) | |
tree | d9e147fbd6fe556197961918be286c72672b7509 /media-gfx/qiv | |
parent | media-gfx/gnofract4d: fdo-mime->xdg-utils (diff) | |
download | gentoo-8f573c911a697382109dadc97f196ba7e288d701.tar.gz gentoo-8f573c911a697382109dadc97f196ba7e288d701.tar.bz2 gentoo-8f573c911a697382109dadc97f196ba7e288d701.zip |
media-gfx/qiv: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-gfx/qiv')
-rw-r--r-- | media-gfx/qiv/qiv-2.3.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/qiv/qiv-2.3.1.ebuild b/media-gfx/qiv/qiv-2.3.1.ebuild index 12439b7f9774..99141eb1eca7 100644 --- a/media-gfx/qiv/qiv-2.3.1.ebuild +++ b/media-gfx/qiv/qiv-2.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit toolchain-funcs eutils fdo-mime gnome2-utils +inherit eutils gnome2-utils toolchain-funcs xdg-utils DESCRIPTION="Quick Image Viewer" HOMEPAGE="http://spiegl.de/qiv/" @@ -53,11 +53,11 @@ src_install() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } |