summarylogtreecommitdiffstats
path: root/latex-pdfpages.install
blob: 3cad00cc4ef848294927dfe4adbe9bb347996c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  mktexlsr
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}