summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-07 07:45:55 -0500
committerJason Zaman <perfinion@gentoo.org>2018-04-08 16:02:10 +0800
commit4ef8a6abe720eb90d890a86c1ba5a3b98aefd814 (patch)
tree9cbd3bb4b38026a046096a51e3aad22356536be6
parentxfce-extra/xfce4-diskperf-plugin: fdo-mime->xdg-utils (diff)
downloadgentoo-4ef8a6abe720eb90d890a86c1ba5a3b98aefd814.tar.gz
gentoo-4ef8a6abe720eb90d890a86c1ba5a3b98aefd814.tar.bz2
gentoo-4ef8a6abe720eb90d890a86c1ba5a3b98aefd814.zip
xfce-extra/xfce4-fsguard-plugin: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild
index a1ba0dfadeb8..8ecabd1c0104 100644
--- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.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 filesystem guard plug-in for the Xfce panel"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
@@ -28,13 +29,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
}