summarylogtreecommitdiffstats
path: root/texlive-most-doc.install
blob: 78e0cf8426d3243af0e5517356c67eb7c729c6f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  texhash
}

post_remove() {
  texhash
}

post_upgrade() {
  texhash
}