summarylogtreecommitdiffstats
path: root/texlive-aastex6.install
blob: c03481747cf9bf75e155337e2a4cc8de99e1d2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  post_remove
  echo "The aasjournal.bst file was installed in:"
  kpsewhich aasjournal.bst
  echo "The aastex63.cls file was installed in:"
  kpsewhich aastex63.cls
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "Upgrading package database..."
  mktexlsr
}