app-i18n/fcitx-sayura: Call gnome2_icon_cache_update().
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Wed, 27 Sep 2017 09:53:40 +0000 (11:53 +0200)
committerMike Gilbert <floppym@gentoo.org>
Wed, 27 Sep 2017 19:57:01 +0000 (15:57 -0400)
app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild

index 7fa16cafd78c294b8fc2b3888eca77a2cd4123d3..84cda092656d489bc9b5218811ef3f9d58e3a19f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit cmake-utils
+inherit cmake-utils gnome2-utils
 
 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
        inherit git-r3
@@ -31,3 +31,11 @@ DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
 DOCS=()
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}