summarylogtreecommitdiffstats
path: root/abntex2.install
blob: 75eeef94a122671853c003c49b3b3f3170996206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  texconfig-sys rehash
  updmap-sys --quiet --nohash
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}