app-i18n/ibus-hangul: call gnome2_icon_cache_update
authorAkinori Hattori <hattya@gentoo.org>
Wed, 29 Aug 2018 12:37:40 +0000 (21:37 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Wed, 29 Aug 2018 12:37:40 +0000 (21:37 +0900)
Closes: https://bugs.gentoo.org/664794
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild
app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild

index 2b33b5a4f3b3fdacd7d3aae801e3fc74cebc4116..7b61f434638f297198fac769875e0a3b974f9c2f 100644 (file)
@@ -4,7 +4,7 @@
 EAPI="6"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit python-single-r1
+inherit gnome2-utils python-single-r1
 
 DESCRIPTION="Hangul engine for IBus"
 HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki"
@@ -35,3 +35,11 @@ src_prepare() {
 src_configure() {
        econf $(use_enable nls)
 }
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}
index 382fe19f7996d1ef6b767464fd40f189f99713d5..0c0401cb2c0bbe79ce7100996cfe3ca3e822d2cc 100644 (file)
@@ -4,7 +4,7 @@
 EAPI="6"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit python-single-r1
+inherit gnome2-utils python-single-r1
 
 DESCRIPTION="Hangul engine for IBus"
 HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki"
@@ -31,3 +31,11 @@ src_configure() {
                $(use_enable nls) \
                --with-python=${EPYTHON}
 }
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}