pre_install() { cat >> /usr/share/texmf-config/web2c/updmap.cfg <>> texlive: updating the filename database..." texconfig-sys rehash echo ">>> texlive: updating the fontmap files with updmap..." updmap-sys --quiet --nohash echo " done." } post_upgrade() { echo ">>> texlive: updating the filename database..." texconfig-sys rehash echo ">>> texlive: updating the fontmap files with updmap..." updmap-sys --quiet --nohash echo " done." } pre_remove() { MAPS="arabi.map arevvn.map burmese.map chartervn.map cjhebrew.map cmbrightvn.map comicvn.map concretevn.map grotesqvn.map mscorevn.map txttvn.map urwvn.map vntopia.map arabtex.map dvng.map ethiop.map mongolian.map vnrother.map vnrtext.map" for m in $MAPS; do sed -i "/^M.\+$m/d" /usr/share/texmf-config/web2c/updmap.cfg ; done } post_remove() { echo ">>> texlive: updating the filename database..." texconfig-sys rehash echo ">>> texlive: updating the fontmap files with updmap..." updmap-sys --quiet --nohash echo " done." }