From fa5b911082a9e0dae494bfb1ba36d39ad657fab3 Mon Sep 17 00:00:00 2001 From: lotus Date: Thu, 3 Mar 2011 18:34:32 +0000 Subject: [PATCH] remove old libraries in case of update git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7545 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/build.nsi b/build.nsi index 9a1f26c42..ef4975732 100755 --- a/build.nsi +++ b/build.nsi @@ -124,6 +124,7 @@ LangString finishPage 0 "Zeige die Windows Firewall Konfiguration fuer YaCy." Section "YaCy" SectionIn 1 RO SetShellVarContext current ; use system variables (folders) for current user + RMDir /r "$INSTDIR\lib" ;remove old libraries in case of update RMDir /r "$SMPROGRAMS\YaCy" ;clear old shortcuts Delete "$QUICKLAUNCH\YaCy-Search.lnk" ;old Delete "$DESKTOP\YaCy-Search.lnk" ;old