summaryrefslogtreecommitdiff
path: root/community/ibus-anthy/ibus-anthy.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-03 00:38:37 -0800
committerroot <root@rshg054.dnsready.net>2013-01-03 00:38:37 -0800
commitf2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (patch)
treef8dcab5e1ac3d149a39377f3437d9d3f812e62f9 /community/ibus-anthy/ibus-anthy.install
parentfa3e18ade0ab762a414c45ec433025d96b71254b (diff)
Thu Jan 3 00:38:37 PST 2013
Diffstat (limited to 'community/ibus-anthy/ibus-anthy.install')
-rw-r--r--community/ibus-anthy/ibus-anthy.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ibus-anthy/ibus-anthy.install b/community/ibus-anthy/ibus-anthy.install
new file mode 100644
index 000000000..6b1b64bdd
--- /dev/null
+++ b/community/ibus-anthy/ibus-anthy.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}