]> git.donarmstrong.com Git - lilypond.git/commitdiff
* cygwin/post-lilypond.sh: Fix and update.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 13 Aug 2002 10:07:14 +0000 (10:07 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 13 Aug 2002 10:07:14 +0000 (10:07 +0000)
* cygwin/zlily-profile.sh: Remove.

ChangeLog
cygwin/post-lilypond.sh
cygwin/zlily-profile.sh [deleted file]

index eb79ec875025b7e226f3588a7cd3287f24983793..1967206c699a74c944432590734a2e7964e6f40b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/post-lilypond.sh: Fix and update.
+
+       * cygwin/zlily-profile.sh: Remove.
+
 2002-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * GNUmakefile.in (EXTRA_DIST_FILES): Add server.el.patch.
index 113a1764769ae0533105b9325f5ae0f6bc92dc7c..db8927dbb881fe6fb1fd3260318083bac2d6a3b4 100644 (file)
@@ -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 (file)
index 8a7919d..0000000
+++ /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 <<EOF
-Congratulations and welcome to GNU LilyPond.
-
-To get started, visit:
-    http://www.lilypond.org/Documentation/windows/out-www/installing.html
-
-If you encounter any problems, visit:
-    http://www.lilypond.org/wiki?TroubleshootingWindows
-
-When it all works, head straight to the tutorial:
-    http://www.lilypond.org/Documentation/user/out-www/lilypond/Tutorial.html
-    
-EOF