commit:     779d887cec65d674e76b8e0018425d0cb474eb00
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Dec 24 19:18:19 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Fri Dec 24 19:18:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=779d887c

net-misc/maestral: update icons cache

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 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 428dec159..7014da6d5 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
+}

Reply via email to