1 2 3 4 5 6 7 8
post_install() { echo "===> NOTE package tesseract requires at least one tesseract-data-* package from the tesseract-data(-git) package group" } post_upgrade() { post_install }