summaryrefslogtreecommitdiff
path: root/community/tesseract/tesseract.install
blob: 114b828210d55d6fc394828f33add933761d8817 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "You must install one of tesseract-data-* packages or whole tesseract-data group"
}

post_upgrade() {
  post_install
}