blob: 1fb3fe9b32274614c54756dd643f549a0d3304dc (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "To enable OpenBangla-Keyboard:"
echo "1. Make sure fcitx5 is the active input method,"
echo "2. Add the OpenBangla-Keyboard engine to fcitx5 input method list."
}
# vim: ft=sh:ts=4:noet
|