summarylogtreecommitdiffstats
path: root/lyluatex.install
blob: 64fed1273ce887471ef3750980e35f89eb5806e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Anthony VanBerkum <anthonyvbop AT gmail DOT com>

post_install() {
  _tex_update
}

post_upgrade() {
  _tex_update
}

post_remove() {
  _tex_update
}

_tex_update() {
  echo "Updating TeX database..."
  mktexlsr
}