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 /korean | |
parent | e8c100ef11f28c146d5d4b2cdfe1ad24e0035c3e (diff) | |
download | freebsd-ports-graphics-d2133d52085c6399de4e6afd3c6fb4b4c3d587a0.tar.gz freebsd-ports-graphics-d2133d52085c6399de4e6afd3c6fb4b4c3d587a0.tar.zst freebsd-ports-graphics-d2133d52085c6399de4e6afd3c6fb4b4c3d587a0.zip |
Specify correctly @post* for gtk-query-immodules
Diffstat (limited to 'korean')
-rw-r--r-- | korean/imhangul/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/imhangul/pkg-plist b/korean/imhangul/pkg-plist index 360911f5a8c..f69e08a6d52 100644 --- a/korean/imhangul/pkg-plist +++ b/korean/imhangul/pkg-plist @@ -1,5 +1,5 @@ lib/gtk-%%GTKVER%%/immodules/im-hangul.so %%NO_GTK3%%%%NLS%%share/locale/ko/LC_MESSAGES/im-hangul.mo %%GTK3%%%%NLS%%share/locale/ko/LC_MESSAGES/im-hangul-%%GTKVER%%.mo -@exec %D/bin/gtk-query-immodules-%%GTKVER%% --update-cache -@unexec %D/bin/gtk-query-immodules-%%GTKVER%% --update-cache +@postexec %D/bin/gtk-query-immodules-%%GTKVER%% --update-cache +@postunexec %D/bin/gtk-query-immodules-%%GTKVER%% --update-cache |