diff options
author | root <root@rshg054.dnsready.net> | 2011-09-04 23:14:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-04 23:14:34 +0000 |
commit | 6dee0a203a8290427ca77705bc1cae90381529b2 (patch) | |
tree | eef4e102b2f44b6b52f0edc70b9dae278b80821c /extra/fcitx/fcitx-gtk3.install | |
parent | 3b18be1752c9fd9fa74eb1314ca97dd61e9ce912 (diff) |
Sun Sep 4 23:14:34 UTC 2011
Diffstat (limited to 'extra/fcitx/fcitx-gtk3.install')
-rw-r--r-- | extra/fcitx/fcitx-gtk3.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/fcitx/fcitx-gtk3.install b/extra/fcitx/fcitx-gtk3.install new file mode 100644 index 000000000..b44958797 --- /dev/null +++ b/extra/fcitx/fcitx-gtk3.install @@ -0,0 +1,11 @@ +post_install() { + usr/bin/gtk-query-immodules-3.0 --update-cache +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |