commit: e1b84bad930e5231480675562ee0c59b5328e2d4 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> AuthorDate: Fri Mar 25 11:26:27 2022 +0000 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> CommitDate: Fri Mar 25 11:26:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1b84bad
net-misc/maestral: switch from xdg-utils to xdg Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com> net-misc/maestral/maestral-1.6.0.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/net-misc/maestral/maestral-1.6.0.ebuild b/net-misc/maestral/maestral-1.6.0.ebuild index 69156a07d..6af2d0e6c 100644 --- a/net-misc/maestral/maestral-1.6.0.ebuild +++ b/net-misc/maestral/maestral-1.6.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 xdg-utils +inherit distutils-r1 xdg DESCRIPTION="Maestral is an open-source Dropbox client written in Python" HOMEPAGE="https://maestral.app" @@ -51,13 +51,3 @@ python_prepare_all() distutils-r1_python_prepare_all } - -pkg_postinst() -{ - xdg_icon_cache_update -} - -pkg_postrm() -{ - xdg_icon_cache_update -}