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