summarylogtreecommitdiffstats
path: root/texlive-axodraw2.install
blob: 59b3a255064389f4fd103be42361e3892e5dcd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  post_remove
}

post_upgrade() {
  post_install
}

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