summaryrefslogtreecommitdiff
path: root/community/fcitx-hangul/fcitx-hangul.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-08 02:04:18 -0800
committerroot <root@rshg054.dnsready.net>2012-12-08 02:04:18 -0800
commitb8c6ff8db00ce5eec5e6f20a90e8f8ec993ef3d5 (patch)
treed5f2cb92d1607745717cde77e321269c384da4bb /community/fcitx-hangul/fcitx-hangul.install
parent7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff)
Sat Dec 8 01:58:23 PST 2012
Diffstat (limited to 'community/fcitx-hangul/fcitx-hangul.install')
-rw-r--r--community/fcitx-hangul/fcitx-hangul.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/fcitx-hangul/fcitx-hangul.install b/community/fcitx-hangul/fcitx-hangul.install
new file mode 100644
index 000000000..c0797237a
--- /dev/null
+++ b/community/fcitx-hangul/fcitx-hangul.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}