>From 9ede2ce2ecaa9386c0dbe3a836c18b005421065d Mon Sep 17 00:00:00 2001
From: Phil Holmes <mail@philholmes.net>
Date: Sun, 4 Mar 2012 11:49:24 +0000
Subject: [PATCH 2/2] Fixes Issue 2373

---
 nsis/lilypond-prepost.nsh |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/nsis/lilypond-prepost.nsh b/nsis/lilypond-prepost.nsh
index b5d8104..21b4fff 100644
--- a/nsis/lilypond-prepost.nsh
+++ b/nsis/lilypond-prepost.nsh
@@ -14,9 +14,6 @@ Function create_shortcuts
 	CreateShortCut "$SMPROGRAMS\LilyPond\Music in Mutopia.lnk" \
 		"http://www.mutopiaproject.org" "" \
 		"$INSTDIR\usr\bin\lilypond-windows.exe" 1
-	CreateShortCut "$SMPROGRAMS\LilyPond\Examples.lnk" \
-		"$INSTDIR\usr\share\doc\lilypond\input" "" \
-		"$INSTDIR\usr\bin\lilypond-windows.exe" 1
 	CreateShortCut "$SMPROGRAMS\LilyPond\Uninstall.lnk" \
 		"$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
 
-- 
1.7.0.4

