desktop/tesseract/tesseract.install
2013-07-27 14:30:18 +00:00

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
}