diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-11 13:47:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-11 13:50:55 +0200 |
commit | 324a74d5cd4e4e33cfe2d11ffcb9d863a96195ce (patch) | |
tree | ed006456b0974cd78f9793ab8898e39516e06396 /xfce-extra/xfce4-sensors-plugin | |
parent | xfce-extra/xfce4-sensors-plugin: Remove unnecessary manualdir hack (diff) | |
download | gentoo-324a74d5cd4e4e33cfe2d11ffcb9d863a96195ce.tar.gz gentoo-324a74d5cd4e4e33cfe2d11ffcb9d863a96195ce.tar.bz2 gentoo-324a74d5cd4e4e33cfe2d11ffcb9d863a96195ce.zip |
xfce-extra/xfce4-sensors-plugin: Regen GTK+ icon cache
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
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 6b6103843299..9c6fafa0d3f9 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 +} |