diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-04 16:32:36 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-04 16:34:06 +0300 |
commit | 5aa5638062cae57eda38689bcb8718d4e1cbb605 (patch) | |
tree | 7ab396d8ccd42c7a1902a3915065440fc4067d79 /net-p2p/qbittorrent | |
parent | net-fs/autofs: ppc64 stable wrt bug #711472 (diff) | |
download | gentoo-5aa5638062cae57eda38689bcb8718d4e1cbb605.tar.gz gentoo-5aa5638062cae57eda38689bcb8718d4e1cbb605.tar.bz2 gentoo-5aa5638062cae57eda38689bcb8718d4e1cbb605.zip |
net-p2p/qbittorrent: inmvoke xdg_icon_cache_update
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |