[oe-commits] [meta-openembedded] 50/72: uim: Removed pkg_postinst_uim-common/pkg_prerm_uim-common.

git at git.openembedded.org git at git.openembedded.org
Wed Aug 9 23:56:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 18c9f9c0c4dd1f473194b035145d2e57fb7a870c
Author: Yusuke Mitsuki <mickey.happygolucky at gmail.com>
AuthorDate: Tue Aug 8 09:59:12 2017 +0900

    uim: Removed pkg_postinst_uim-common/pkg_prerm_uim-common.
    
    These functions are not worked correctly.
    However default im is installed. thus we determined it not need.
    
    Signed-off-by: Yusuke Mitsuki <mickey.happygolucky at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/uim/uim_1.8.6.bb | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/meta-oe/recipes-support/uim/uim_1.8.6.bb b/meta-oe/recipes-support/uim/uim_1.8.6.bb
index a5e5c55..74ddc8a 100644
--- a/meta-oe/recipes-support/uim/uim_1.8.6.bb
+++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb
@@ -137,19 +137,4 @@ pkg_postrm_uim-skk() {
     fi
 }
 
-pkg_postinst_uim-common() {
-    if [ -f /usr/bin/uim-module-manager ]; then
-        /usr/bin/uim-module-manager --path /etc/uim --register \
-            tutcode tcode hangul viqr \
-            ipa-x-sampa latin byeoru
-    fi
-}
-
-pkg_prerm_uim-common() {
-    if [ -f /usr/bin/uim-module-manager ]; then
-        /usr/bin/uim-module-manager --path /etc/uim --register \
-        tutcode tcode hangul viqr ipa-x-sampa latin byeoru
-    fi
-}
-
 BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list