Skip to content

Commit

Permalink
media-gfx/qiv: fdo-mime->xdg-utils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.28, Repoman-2.3.9
  • Loading branch information
hanetzer authored and SoapGentoo committed Apr 20, 2018
1 parent 099c12f commit 8f573c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions media-gfx/qiv/qiv-2.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -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
}

0 comments on commit 8f573c9

Please sign in to comment.