From 04aff5f70cb7c04abe06ca8eaf8261cbb0eeb378 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Apr 2012 00:01:18 +0000 Subject: Wed Apr 11 00:01:18 UTC 2012 --- testing/fcitx/fcitx-gtk3.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/fcitx/fcitx-gtk3.install (limited to 'testing/fcitx/fcitx-gtk3.install') diff --git a/testing/fcitx/fcitx-gtk3.install b/testing/fcitx/fcitx-gtk3.install new file mode 100644 index 000000000..b44958797 --- /dev/null +++ b/testing/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 +} -- cgit v1.2.3-54-g00ecf