net-wireless/geteduroam: update icon cache after installing

Signed-off-by: AshyPinguin <pinguinlars1105+gentoo@gmail.com>
This commit is contained in:
AshyPinguin
2026-06-11 21:04:50 +02:00
parent 9a74c2f7c0
commit 91e1229177

View File

@@ -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
}