From d1e06b05ec6cf021c2c8b515828ead7123d5bf5c Mon Sep 17 00:00:00 2001 From: janneke Date: Tue, 13 Aug 2002 10:07:14 +0000 Subject: [PATCH] * cygwin/post-lilypond.sh: Fix and update. * cygwin/zlily-profile.sh: Remove. --- ChangeLog | 6 ++++++ cygwin/post-lilypond.sh | 12 ++++------- cygwin/zlily-profile.sh | 46 ----------------------------------------- 3 files changed, 10 insertions(+), 54 deletions(-) delete mode 100644 cygwin/zlily-profile.sh diff --git a/ChangeLog b/ChangeLog index eb79ec8750..1967206c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-13 Jan Nieuwenhuizen + + * cygwin/post-lilypond.sh: Fix and update. + + * cygwin/zlily-profile.sh: Remove. + 2002-08-12 Jan Nieuwenhuizen * GNUmakefile.in (EXTRA_DIST_FILES): Add server.el.patch. diff --git a/cygwin/post-lilypond.sh b/cygwin/post-lilypond.sh index 113a176476..db8927dbb8 100644 --- a/cygwin/post-lilypond.sh +++ b/cygwin/post-lilypond.sh @@ -1,13 +1,9 @@ #!@SHELL@ # /etc/profile.d/post-lily.sh -- Setup LilyPond -# touch /tmp/.lilypond-install -- from redhat.spec, why? -rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm' -print'` -# rm /tmp/.lilypond-install - -# needed for prefix=lilypond-x.y.z -#rm -f /usr/lilypond -#lily=@prefix@ -#ln -s $lily /usr/lilypond +touch /tmp/.lilypond-install +rm $(find /var/lib/texmf /var/spool/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm') +rm -f /tmp/.lilypond-install + diff --git a/cygwin/zlily-profile.sh b/cygwin/zlily-profile.sh deleted file mode 100644 index 8a7919d7e2..0000000000 --- a/cygwin/zlily-profile.sh +++ /dev/null @@ -1,46 +0,0 @@ -#!@SHELL@ -# /etc/profile.d/zlily-profile.sh -- profile additions for Windows -# runs after lilypond-profile.sh - -# maybe we should do this once (postinstall) and dump result for -# this login script -POSIX_GS_LIB="$(cygpath -apu ""$GS_LIB"")" -WINDOWS_GS_LIB="$(cygpath -apw ""$POSIX_GS_LIB"")" - -POSIX_GS_FONTPATH="$(cygpath -apu ""$GS_FONTPATH"")" -WINDOWS_GS_FONTPATH="$(cygpath -apw ""$POSIX_GS_FONTPATH"")" - -POSIX_TEXINPUTS="$(cygpath -apu ""$TEXINPUTS"")" -WINDOWS_TEXINPUTS="$(cygpath -apw ""$POSIX_TEXINPUTS"")" - -POSIX_TFMFONTS="$(cygpath -apu ""$TFMFONTS"")" -WINDOWS_TFMFONTS="$(cygpath -apw ""$POSIX_TFMFONTS"")" - -POSIX_MFINPUTS="$(cygpath -apu ""$MFINPUTS"")" -WINDOWS_MFINPUTS="$(cygpath -apw ""$POSIX_MFINPUTS"")" - -export POSIX_TEXINPUTS POSIX_TFMFONTS POSIX_TFMFONTS -export WINDOWS_TEXINPUTS WINDOWS_TFMFONTS WINDOWS_MFINPUTS - -#GS_FONTPATH="$WINDOWS_GS_FONTPATH" -#GS_LIB="$WINDOWS_GS_LIB" - -# needed for prefix=lilypond-x.y.z -# PATH="/usr/lilypond/bin:$PATH" -# PATH="@prefix@/bin:$PATH" - -# Can't do this in Cygwin :-( - -cat > /dev/null <