[arch-commits] Commit in texlive-langextra/trunk (texlive.install)

François Charette francois at archlinux.org
Thu Sep 11 13:39:03 UTC 2008


    Date: Thursday, September 11, 2008 @ 09:39:02
  Author: francois
Revision: 12191

removed spurious map files in install scriptlet

Modified:
  texlive-langextra/trunk/texlive.install

-----------------+
 texlive.install |   76 +++++++++++-------------------------------------------
 1 file changed, 16 insertions(+), 60 deletions(-)

Modified: texlive.install
===================================================================
--- texlive.install	2008-09-11 13:38:11 UTC (rev 12190)
+++ texlive.install	2008-09-11 13:39:02 UTC (rev 12191)
@@ -1,36 +1,10 @@
 pre_install() {
         cat >> /usr/share/texmf-config/web2c/updmap.cfg <<EOF
-MixedMap ethiop.map
 Map arabi.map
-MixedMap arabtex.map
-Map bkaiu.map
-Map bsmiu.map
-Map gbsnu.map
-Map gkaiu.map
-Map garuda.map
-Map norasi.map
-Map umj.map
-Map dgj.map
-Map dmj.map
-Map mc2j.map
-Map mcj.map
-Map mr2j.map
-Map mrj.map
-Map cmcyr.map
-Map lscy.map
-Map mntz.map
-MixedMap cbgreek-full.map
-Map gfsbaskerville.map
-Map gfsporson.map
-Map grverb.map
-MixedMap iby.map
-Map kerkis.map
-Map cjhebrew.map
-Map burmese.map
-MixedMap dvng.map
-MixedMap mongolian.map
 Map arevvn.map
+Map burmese.map
 Map chartervn.map
+Map cjhebrew.map
 Map cmbrightvn.map
 Map comicvn.map
 Map concretevn.map
@@ -38,9 +12,13 @@
 Map mscorevn.map
 Map txttvn.map
 Map urwvn.map
+Map vntopia.map
+MixedMap arabtex.map
+MixedMap dvng.map
+MixedMap ethiop.map
+MixedMap mongolian.map
 MixedMap vnrother.map
 MixedMap vnrtext.map
-Map vntopia.map
 EOF
 }
 
@@ -61,37 +39,11 @@
 }
 
 pre_remove() {
-	MAPS="ethiop.map
-arabi.map
-arabtex.map
-bkaiu.map
-bsmiu.map
-gbsnu.map
-gkaiu.map
-garuda.map
-norasi.map
-umj.map
-dgj.map
-dmj.map
-mc2j.map
-mcj.map
-mr2j.map
-mrj.map
-cmcyr.map
-lscy.map
-mntz.map
-cbgreek-full.map
-gfsbaskerville.map
-gfsporson.map
-grverb.map
-iby.map
-kerkis.map
-cjhebrew.map
-burmese.map
-dvng.map
-mongolian.map
+MAPS="arabi.map
 arevvn.map
+burmese.map
 chartervn.map
+cjhebrew.map
 cmbrightvn.map
 comicvn.map
 concretevn.map
@@ -99,9 +51,13 @@
 mscorevn.map
 txttvn.map
 urwvn.map
+vntopia.map
+arabtex.map
+dvng.map
+ethiop.map
+mongolian.map
 vnrother.map
-vnrtext.map
-vntopia.map"
+vnrtext.map"
 	for m in $MAPS; do sed -i "/^M.\+$m/d" /usr/share/texmf-config/web2c/updmap.cfg ; done
 }
 




More information about the arch-commits mailing list