lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patches for postinstall scripts


From: Bertalan Fodor
Subject: Patches for postinstall scripts
Date: Wed, 24 Nov 2004 22:44:29 +0100
User-agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)

May I ask you to apply these patches and backport it to 2.4.x? They enable mkexpk to find the ec-fonts-mftraced fonts. It is needed for DVI viewers that need PK fonts. Other distributions may have also to be patched, but I couldn't find the postinstalls for them.

Patch summary: 'updmap --enable Map ec-mftrace.map' must be run to make mktexpk find the ec-fonts-mftraced fonts.

Thanks,

Bert
Index: lilypond/cygwin/postinstall-lilypond.sh
===================================================================
RCS file: /cvsroot/lilypond/lilypond/cygwin/postinstall-lilypond.sh,v
retrieving revision 1.3
diff -u -r1.3 postinstall-lilypond.sh
--- lilypond/cygwin/postinstall-lilypond.sh     29 Sep 2003 20:29:41 -0000      
1.3
+++ lilypond/cygwin/postinstall-lilypond.sh     24 Nov 2004 21:44:26 -0000
@@ -48,12 +48,14 @@
 # generate run-lily-wins.bat - not necessary: direct bash route
 # how to handle \r\n endings? text/bin mode?
 #cat > /run-lily-wins.bat <<EOF
address@hidden off
-#rem run-lily-wins.bat - Invoke /usr/bin/lily-wins from explorer
-#$ROOT\\bin\\bash.exe --login -c "/usr/bin/lily-wins '%1%'"
address@hidden off
+#rem run-lily-wins.bat - Invoke /usr/bin/lily-wins from explorer
+#$ROOT\\bin\\bash.exe --login -c "/usr/bin/lily-wins '%1%'"
 #EOF
 
 # cleanup old fonts
 touch /tmp/.lilypond-install
 rm $(find /var/lib/texmf /var/spool/texmf /var/cache/fonts -name 'feta*pk' -or 
-name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm')
 rm -f /tmp/.lilypond-install
+
+updmap --enable Map ec-mftrace.map
Index: lilypond/debian/lilypond-data.postinst
===================================================================
RCS file: /cvsroot/lilypond/lilypond/debian/lilypond-data.postinst,v
retrieving revision 1.1
diff -u -r1.1 lilypond-data.postinst
--- lilypond/debian/lilypond-data.postinst      22 Jun 2004 09:24:13 -0000      
1.1
+++ lilypond/debian/lilypond-data.postinst      24 Nov 2004 21:44:26 -0000
@@ -18,6 +18,8 @@
 echo " Running /usr/bin/mktexlsr $TEXMFMAIN..."
 /usr/bin/mktexlsr $TEXMFMAIN
 
+updmap --enable Map ec-mftrace.map
+
 #DEBHELPER#
 echo
 echo " $pkg_name configuration completed."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]