lilypond-devel
[Top][All Lists]
Advanced

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

Patch for ec-fonts-mftraced cygwin postinstall


From: Bertalan Fodor
Subject: Patch for ec-fonts-mftraced cygwin postinstall
Date: Thu, 11 Nov 2004 10:45:53 +0100
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Would you apply this? (Note: I changed @SHELL@ to /bin/sh because I don't know how to set this in the makefiles.)

Index: cygwin/postinstall-ec-fonts-mftraced.sh
===================================================================
RCS file: /cvsroot/lilypond/sauter-fonts-mftraced/cygwin/postinstall-ec-fonts-mftraced.sh,v
retrieving revision 1.1
diff -u -r1.1 postinstall-ec-fonts-mftraced.sh
--- cygwin/postinstall-ec-fonts-mftraced.sh 19 Oct 2004 16:54:13 -0000 1.1
+++ cygwin/postinstall-ec-fonts-mftraced.sh    11 Nov 2004 09:44:26 -0000
@@ -1,10 +1,10 @@
address@hidden@
+#!/bin/sh
# /etc/postinstall/ec-fonts-mftraced.sh

# cleanup old fonts
touch /tmp/.ec-fonts-mftraced
-rm $(find /var/lib/texmf /var/spool/texmf /var/cache/fonts -name 'ec*pk' -or -name 'ec*tfm') +rm -f $(find /var/lib/texmf /var/spool/texmf /var/cache/fonts -name 'ec*pk' -or -name 'ec*tfm')
rm -f /tmp/.ec-fonts-mftraced

# update tex installation
-mktexlsr
+if [ -e /bin/mktexlsr ]; then mktexlsr; fi




reply via email to

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