From 5aa5638062cae57eda38689bcb8718d4e1cbb605 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Wed, 4 Mar 2020 16:32:36 +0300 Subject: net-p2p/qbittorrent: inmvoke xdg_icon_cache_update Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada --- net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild index 91e0d2f3769d..7813f67cbfa8 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils xdg-utils +inherit xdg-utils DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="https://www.qbittorrent.org @@ -59,11 +59,11 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } -- cgit v1.2.3-65-gdbad