Files
extra/tesseract/tesseract.install
2025-06-22 20:39:04 -05:00

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
}