# Maintainer: Anthony VanBerkum post_install() { _tex_update } post_upgrade() { _tex_update } post_remove() { _tex_update } _tex_update() { echo "Updating TeX database..." mktexlsr }