xfce-extra/xfce4-screensaver: Regen icon cache

Closes: https://bugs.gentoo.org/753611
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-08 23:17:20 +01:00
parent 1c245c7aae
commit 92323bbbb3

View File

@@ -3,6 +3,8 @@
EAPI=7
inherit xdg-utils
DESCRIPTION="Screen saver and locker (port of MATE screensaver)"
HOMEPAGE="https://git.xfce.org/apps/xfce4-screensaver/about/"
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
@@ -71,3 +73,11 @@ src_install() {
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}