summarylogtreecommitdiffstats
path: root/yaskkserv.install
diff options
context:
space:
mode:
Diffstat (limited to 'yaskkserv.install')
-rw-r--r--yaskkserv.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/yaskkserv.install b/yaskkserv.install
new file mode 100644
index 000000000000..124aef4d9a28
--- /dev/null
+++ b/yaskkserv.install
@@ -0,0 +1,16 @@
+post_install() {
+ cat <<EOF
+==> If you want to use custom SKK-JISYO, convert it to yaskkserv dictionary format.
+==> $ yaskkserv_make_dictionary /path/to/skk-jiso /path/to/new-yaskkserv-jisyo
+
+==> /etc/conf.d/yaskkserv.conf is no longer provided.
+==> If you want to change command line arguments to yaskkserv, create an
+==> override file in yaskkserv.service.d and DON'T modify yaskkserv.service
+==> directly. See systemd.unit(5) for detail on how to alter or add
+==> configuration setting.
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}