summarylogtreecommitdiffstats
path: root/latex-ocr-a-font.install
blob: d6225b91c3d9d7f8ab19a897246fb5a91a37b95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  post_remove
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "Upgrading package database..."
  mktexlsr
}