mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
370e65d3fb
commit
8c5e619658
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user