summarylogtreecommitdiffstats
path: root/texlive-ieeetran.install
blob: 6dbc60c74e300e64ecf9db2d3d5492a0c43199e7 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo    ">>> texlive: updating the filename database..."
  usr/bin/mktexlsr
}

post_upgrade() {
  post_install "$@"
}