From: Michał Górny Date: Tue, 7 May 2019 13:16:27 +0000 (+0200) Subject: net-wireless/blueman: Switch to xdg_icon_cache_update in -9999 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=99ef715ff105bef16de517ff3a303299f37cc12b;p=gentoo.git net-wireless/blueman: Switch to xdg_icon_cache_update in -9999 Signed-off-by: Michał Górny --- diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 0a68c844c00d..685f3219bdb6 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{5,6,7} ) -inherit gnome2-utils linux-info python-single-r1 systemd +inherit gnome2-utils linux-info python-single-r1 systemd xdg-utils DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager" HOMEPAGE="https://github.com/blueman-project/blueman" @@ -111,11 +111,11 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update gnome2_schemas_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update gnome2_schemas_update }