summarylogtreecommitdiffstats
path: root/rime-openfly.install
diff options
context:
space:
mode:
authorcubercsl2021-06-23 15:45:17 +0000
committercubercsl2021-06-23 15:45:17 +0000
commit579ce14290028fbf759087383ed9ff55a9c8b25e (patch)
treec2446368998e6f052fe8fb3d907c9be6ed7839ea /rime-openfly.install
downloadaur-579ce14290028fbf759087383ed9ff55a9c8b25e.tar.gz
Update from GitHub Actions: fix(rime-openfly): update missing files
https://github.com/cubercsl/AUR-packages/actions/runs/964893744
Diffstat (limited to 'rime-openfly.install')
-rw-r--r--rime-openfly.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/rime-openfly.install b/rime-openfly.install
new file mode 100644
index 000000000000..d4056ba86e16
--- /dev/null
+++ b/rime-openfly.install
@@ -0,0 +1,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."
+}