xfce-extra/xfce4-netload-plugin: fdo-mime->xdg-utils
authorMarty E. Plummer <hanetzer@startmail.com>
Sat, 7 Apr 2018 12:49:25 +0000 (07:49 -0500)
committerJason Zaman <perfinion@gentoo.org>
Sun, 8 Apr 2018 08:02:12 +0000 (16:02 +0800)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild

index 1107f6b20c7745d7c99d2d95e77d5d0924218526..51f79e78b4f8f6804e2f6778a97b999059747f73 100644 (file)
@@ -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 network load plug-in for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin"
@@ -26,13 +27,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
 }