summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 05:25:35 -0500
committerJames Le Cuirot <chewi@gentoo.org>2018-04-08 19:59:58 +0100
commitdd81143d06785ffbe0f9d8c3a0b244b750945434 (patch)
treef5ae2bf1ad30f83392cab357b8b610af6fbd4c30
parentdev-java/icedtea: Don't forget to call the java-vm-2 post functions (diff)
downloadgentoo-dd81143d06785ffbe0f9d8c3a0b244b750945434.tar.gz
gentoo-dd81143d06785ffbe0f9d8c3a0b244b750945434.tar.bz2
gentoo-dd81143d06785ffbe0f9d8c3a0b244b750945434.zip
java-vm-2.eclass: fdo-mime->xdg-utils migration
This is the only eclass left which uses it. Switch over. Package-Manager: Portage-2.3.28, Repoman 2.3.9
-rw-r--r--eclass/java-vm-2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass
index 9deef1c8eedf..82cfe4d3e3e7 100644
--- a/eclass/java-vm-2.eclass
+++ b/eclass/java-vm-2.eclass
@@ -14,7 +14,7 @@ case ${EAPI:-0} in
*) die "EAPI=${EAPI} is not supported" ;;
esac
-inherit fdo-mime multilib pax-utils prefix
+inherit multilib pax-utils prefix xdg-utils
EXPORT_FUNCTIONS pkg_setup pkg_postinst pkg_prerm pkg_postrm
@@ -86,7 +86,7 @@ java-vm-2_pkg_postinst() {
fi
fi
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
@@ -112,7 +112,7 @@ java-vm-2_pkg_prerm() {
# Update mime database.
java-vm-2_pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}