From 91e12291772c6dbec4203d05075ec86efd88f90d Mon Sep 17 00:00:00 2001 From: AshyPinguin Date: Thu, 11 Jun 2026 21:04:50 +0200 Subject: [PATCH] net-wireless/geteduroam: update icon cache after installing Signed-off-by: AshyPinguin --- net-wireless/geteduroam/geteduroam-0.14.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net-wireless/geteduroam/geteduroam-0.14.ebuild b/net-wireless/geteduroam/geteduroam-0.14.ebuild index 5704777634..7a07d85c86 100644 --- a/net-wireless/geteduroam/geteduroam-0.14.ebuild +++ b/net-wireless/geteduroam/geteduroam-0.14.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit go-module desktop systemd +inherit go-module desktop systemd xdg-utils DESCRIPTION="geteduroam Linux client" #TODO: replace with a better description, this is currently what upstream has. HOMEPAGE="https://github.com/geteduroam/linux-app https://get.eduroam.org/" @@ -44,3 +44,11 @@ src_install() { systemd_douserunit "systemd/user/${PN}/${PN}-notifs.timer" fi } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}