post_install() {
  echo ">>> If you want to merge dictionaries, use skktools"
  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into SKK-JISYO.XL:"
  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
}

post_upgrade() {
  post_install $1
}
# vim:set ts=2 sw=2 et:
