mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:14:50 +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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user