updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / thailatex-svn / thailatex-svn.install
blob1ae9618796864f45b5f45312d13b059d2be4a7bf
1 post_install() {
2         echo ">>> thailatex: patching babel.sty..."
3     sync-babel || return 1
4     echo ">>> thailatex: updating the filename database..."
5     echo ">>> thailatex: updating the fontmap files with updmap..."
6     sync-thailatex || return 1
7     echo "done."
10 post_upgrade() {
11         echo ">>> thailatex: patching babel.sty..."
12     sync-babel || return 1
13     echo ">>> thailatex: updating the filename database..."
14     echo ">>> thailatex: updating the fontmap files with updmap..."
15     sync-thailatex || return 1
16     echo "done."
19 post_remove() {
20     echo ">>> thailatex: updating the filename database..."
21     texconfig-sys rehash
22     echo ">>> thailatex: updating the fontmap files with updmap..."
23     updmap-sys --quiet --disable thai.map
24     echo " done."