commit: b35fea7fd5b59dec54a5741b4a436d949761a999 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 5 06:51:47 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 5 06:51:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35fea7f
net-misc/electrum-ltc: fix icon cache update Closes: https://bugs.gentoo.org/793701 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild b/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild index 7cdd8f438e5b..89fa018a6112 100644 --- a/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild +++ b/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -6,7 +6,7 @@ EAPI="7" PYTHON_COMPAT=( python3_8 ) PYTHON_REQ_USE="ncurses?" -inherit desktop distutils-r1 gnome2-utils xdg-utils +inherit desktop distutils-r1 xdg EGIT_COMMIT="${PV}" DESCRIPTION="Litecoin thin client" @@ -141,17 +141,3 @@ src_install() { doicon -s 128 ${PN/-/_}/gui/icons/${PN}.png distutils-r1_src_install } - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -}
