PKGBUILDs/community/texlive-plainextra-doc/texlive.install

15 lines
298 B
Text
Raw Normal View History

2009-10-10 02:15:33 +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
}