summarylogtreecommitdiffstats
path: root/texlive-frakturx.install
blob: 888b3d14c785ab1b5e10b9721f0c25f378d5118f (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  mktexlsr
}

post_upgrade() {
  post_install
}

post_remove() {
  mktexlsr
}