summarylogtreecommitdiffstats
path: root/yaskkserv.install
blob: 124aef4d9a28f5851a6f5798cdc6a6915d68eeb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}