desktop/tesseract/tesseract.install

8 lines
143 B
Plaintext
Raw Normal View History

2013-07-27 22:30:18 +08:00
post_install() {
echo "You must install one of tesseract-data-* packages or whole tesseract-data group"
}
post_upgrade() {
post_install
}