desktop/r/r.install
Francesco Marinucci 8a168f57bc r: update to 3.5.2
2018-12-30 14:36:44 +01:00

15 lines
231 B
Plaintext

post_install() {
if [[ -x /usr/bin/mktexlsr ]]; then
echo ">>> updating the filename database for texlive..."
mktexlsr --quiet usr/share/texmf
fi
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}