summarylogtreecommitdiffstats
path: root/texlive-mnras.install
blob: 17af1938dfbb5a3c9cd0e9c969fdfe5b77560cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
  post_remove
  echo "The mnras.bst file was installed in:"
  kpsewhich mnras.bst
  echo "The mnras.cls file was installed in:"
  kpsewhich mnras.cls
  echo "The mn2e.bst file was installed in:"
  kpsewhich mn2e.bst
  echo "The mnras.cls file was installed in:"
  kpsewhich mn2e.cls
}

post_upgrade() {
  post_install
}

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