9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
post_install() {
|
|
echo "You must install one of tesseract-data-* packages or whole tesseract-data group"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|