diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-05-29 01:45:29 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-05-29 01:45:29 +0000 |
commit | 6e68c23de74e613fb06cb4412c854845e46bed43 (patch) | |
tree | 918446f1986aa1f9bd3addc48a4e717737f972f8 /contrib | |
parent | 4591d931a4691ba7e2b0499467f145a7b48d278e (diff) | |
download | tor-6e68c23de74e613fb06cb4412c854845e46bed43.tar.gz tor-6e68c23de74e613fb06cb4412c854845e46bed43.zip |
remove the uninstall of the geoip file, since it is installed in APPDATA
svn:r14801
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor-mingw.nsi.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |