summarylogtreecommitdiffstats
path: root/texlive-moderncv-git.install
blob: 65c3081c56f8e13080f8f0750132eae60bb79c62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  echo ">>> texlive: updating the filename database..."
  /usr/bin/mktexlsr
}

post_upgrade() {
        post_install
}

post_remove() {
        post_install
}