From 6e68c23de74e613fb06cb4412c854845e46bed43 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Thu, 29 May 2008 01:45:29 +0000 Subject: [PATCH] remove the uninstall of the geoip file, since it is installed in APPDATA svn:r14801 --- contrib/tor-mingw.nsi.in | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 5cc2e39465..d232c6d3ff 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -216,7 +216,6 @@ Function un.InstallFiles Delete "$INSTDIR\tor.ico" Delete "$SMSTARTUP\Tor.lnk" Delete "$INSTDIR\Uninstall.exe" - Delete "$INSTDIR\geoip" FunctionEnd Function un.InstallDirectories -- 2.11.4.GIT