desktop/skk-jisyo/skk-jisyo.install

11 lines
305 B
Plaintext

post_install() {
echo ">>> If you want to merge dictionaries, use skktools (in AUR)"
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: