PKGBUILDs/extra/latex2html/latex2html.install

16 lines
299 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
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
}