diff --git a/net-misc/maestral/maestral-1.5.2.ebuild b/net-misc/maestral/maestral-1.5.2.ebuild index 428dec1595..7014da6d54 100644 --- a/net-misc/maestral/maestral-1.5.2.ebuild +++ b/net-misc/maestral/maestral-1.5.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 +inherit distutils-r1 xdg-utils DESCRIPTION="Maestral is an open-source Dropbox client written in Python" HOMEPAGE="https://maestral.app" @@ -44,3 +44,13 @@ BDEPEND=" RESTRICT=test distutils_enable_tests setup.py + +pkg_postinst() +{ + xdg_icon_cache_update +} + +pkg_postrm() +{ + xdg_icon_cache_update +}