PKGBUILDs/extra/texlive-genericextra/texlive.install

15 lines
298 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
}