mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
post_install() {
|
|
echo "You must install one of tesseract-data-* packages or whole tesseract-data group"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|