net-wireless/easyroam-desktop: refresh icon cache

Signed-off-by: Liv (pelsh) Hugger <gentoo@liv.nrw>
This commit is contained in:
Liv (pelsh) Hugger
2024-12-18 13:04:26 +01:00
parent 56f9bc0cdf
commit 421980d986

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit unpacker
inherit unpacker xdg-utils
DESCRIPTION="Easily connect your device to eduroam®."
HOMEPAGE="https://www.easyroam.de/"
@@ -39,3 +39,11 @@ src_prepare() {
src_install() {
mv "${S}/usr" "${D}/"
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}