updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / asymptote-svn / texlive.install
bloba7e61f209db3425541d4a863dfae0159ae166e99
1 info_dir=usr/share/info
3 post_install() {
4   install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
5   echo ">>> updating the filename database for texlive..."
6   mktexlsr --quiet usr/share/texmf
9 post_upgrade() {
10   post_install
13 pre_remove() {
14   install-info --delete ${info_dir}/asy-faq.info.gz ${info_dir}/dir
17 post_remove() {
18   echo ">>> updating the filename database for texlive..."
19   mktexlsr --quiet usr/share/texmf