From 779d887cec65d674e76b8e0018425d0cb474eb00 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Fri, 24 Dec 2021 21:18:19 +0200 Subject: [PATCH] net-misc/maestral: update icons cache Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu --- net-misc/maestral/maestral-1.5.2.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 +}