diff options
Diffstat (limited to 'extra/latex2html/latex2html.install')
-rw-r--r-- | extra/latex2html/latex2html.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/latex2html/latex2html.install b/extra/latex2html/latex2html.install new file mode 100644 index 000000000..afbeeb50c --- /dev/null +++ b/extra/latex2html/latex2html.install @@ -0,0 +1,15 @@ +post_install() { + echo ">>> texlive: updating the filename database..." + texconfig-sys rehash +} + +post_upgrade() { + echo ">>> texlive: updating the filename database..." + texconfig-sys rehash +} + +post_remove() { + echo ">>> texlive: updating the filename database..." + texconfig-sys rehash +} + |