Skip to content

Commit

Permalink
app-text/bibus: 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
Closes: gentoo#7871
  • Loading branch information
hanetzer authored and SoapGentoo committed Apr 20, 2018
1 parent 4bc4698 commit c1f8dc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app-text/bibus/bibus-1.5.2-r3.ebuild
Original file line number Diff line number Diff line change
@@ -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=6
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"

inherit fdo-mime python-r1 versionator
inherit python-r1 versionator xdg-utils

DESCRIPTION="Bibliographic and reference management software, integrates with LO and MS Word"
HOMEPAGE="http://bibus-biblio.sourceforge.net/"
Expand Down Expand Up @@ -76,11 +76,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
}

0 comments on commit c1f8dc1

Please sign in to comment.