diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-07 07:59:11 -0500 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-04-08 16:02:15 +0800 |
commit | f62be745eb19e18f6fd29325568467cfe813f0bb (patch) | |
tree | 740939006736ae7ca7da10772a4d47bf34a8f1a2 /xfce-extra/xfce4-wavelan-plugin | |
parent | xfce-extra/xfce4-systemload-plugin: fdo-mime->xdg-utils (diff) | |
download | gentoo-f62be745eb19e18f6fd29325568467cfe813f0bb.tar.gz gentoo-f62be745eb19e18f6fd29325568467cfe813f0bb.tar.bz2 gentoo-f62be745eb19e18f6fd29325568467cfe813f0bb.zip |
xfce-extra/xfce4-wavelan-plugin: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'xfce-extra/xfce4-wavelan-plugin')
-rw-r--r-- | xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild index 6e7a2113f376..73024fafddba 100644 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit fdo-mime gnome2-utils + +inherit gnome2-utils xdg-utils DESCRIPTION="A panel plug-in to display wireless interface statistics" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin" @@ -29,13 +30,13 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } |