mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
11 lines
305 B
Plaintext
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:
|