diff options
Diffstat (limited to 'testing/fcitx/fcitx-gtk2.install')
-rw-r--r-- | testing/fcitx/fcitx-gtk2.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/fcitx/fcitx-gtk2.install b/testing/fcitx/fcitx-gtk2.install new file mode 100644 index 000000000..7503c05eb --- /dev/null +++ b/testing/fcitx/fcitx-gtk2.install @@ -0,0 +1,11 @@ +post_install() { + usr/bin/gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |