xfce-extra/xfce4-sensors-plugin: Regen GTK+ icon cache

This commit is contained in:
Michał Górny
2018-05-11 13:47:57 +02:00
parent 5162766833
commit 324a74d5cd

View File

@@ -3,6 +3,8 @@
EAPI=6
inherit gnome2-utils
DESCRIPTION="A panel plug-in for acpi, lm_sensors and hddtemp sensors"
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
@@ -53,3 +55,11 @@ src_install() {
einstalldocs
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}