From 8c5e619658a0a2f8229d073da99ecd2721d3c671 Mon Sep 17 00:00:00 2001 From: Yusuke Mitsuki Date: Tue, 8 Aug 2017 09:59:12 +0900 Subject: 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 Signed-off-by: Martin Jansa --- 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 a5e5c552c2..74ddc8a804 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" -- cgit 1.2.3-korg