From 324a74d5cd4e4e33cfe2d11ffcb9d863a96195ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 11 May 2018 13:47:57 +0200 Subject: [PATCH] xfce-extra/xfce4-sensors-plugin: Regen GTK+ icon cache --- .../xfce4-sensors-plugin-1.3.0.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild index 6b6103843299f..9c6fafa0d3f98 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild @@ -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 +}