diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-26 08:08:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-26 08:08:26 +0800 |
commit | d2133d52085c6399de4e6afd3c6fb4b4c3d587a0 (patch) | |
tree | fedf3e0e66ce49e1c70b32711bc4b80d20ac4019 /chinese/fcitx | |
parent | e8c100ef11f28c146d5d4b2cdfe1ad24e0035c3e (diff) | |
download | freebsd-ports-gnome-d2133d52085c6399de4e6afd3c6fb4b4c3d587a0.tar.gz freebsd-ports-gnome-d2133d52085c6399de4e6afd3c6fb4b4c3d587a0.tar.zst freebsd-ports-gnome-d2133d52085c6399de4e6afd3c6fb4b4c3d587a0.zip |
Specify correctly @post* for gtk-query-immodules
Diffstat (limited to 'chinese/fcitx')
-rw-r--r-- | chinese/fcitx/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/fcitx/pkg-plist b/chinese/fcitx/pkg-plist index a0dbb46ce7b3..e2d44224d18f 100644 --- a/chinese/fcitx/pkg-plist +++ b/chinese/fcitx/pkg-plist @@ -117,11 +117,11 @@ lib/fcitx/libexec/fcitx-scanner %%QT4%%lib/fcitx/qt/libfcitx-quickphrase-editor.so lib/girepository-1.0/Fcitx-1.0.typelib %%GTK2%%lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-fcitx.so -%%GTK2%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache -%%GTK2%%@unexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +%%GTK2%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache +%%GTK2%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache %%GTK3%%lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-fcitx.so -%%GTK3%%@exec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache -%%GTK3%%@unexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache +%%GTK3%%@postexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache +%%GTK3%%@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-3.0 --update-cache %%QT4%%lib/qt4/plugins/inputmethods/qtim-fcitx.so lib/libfcitx-config.so lib/libfcitx-config.so.4 |