1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Taken from texlive-publishers 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 }