blob: d4056ba86e16f4cdc182cf44a6dd7742140d028b (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo -e "Please enable this input scheme through the 'default.custom.yaml' file in the user configuration directory and redeploy rime to take effect. For example:\n"
echo -e "\tpatch:"
echo -e "\t schema_list:"
echo -e "\t - schema: openfly"
}
post_upgrade() {
echo -e "Please redeploy rime to take effect."
}
|