summarylogtreecommitdiffstats
path: root/texlive-alteswab.install
blob: dc371fd34ab10f9e28c0297afd12661128677676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  mktexlsr
  updmap-sys --quiet --enable Map ftas.map
}

post_upgrade() {
  post_install
}

post_remove() {
  mktexlsr
  updmap-sys --quiet --syncwithtrees
}