diff --git a/net-misc/maestral/maestral-1.6.0.ebuild b/net-misc/maestral/maestral-1.6.0.ebuild index 69156a07d9..6af2d0e6c4 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 -}