diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-05-29 01:44:46 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-05-29 01:44:46 +0000 |
commit | 74a7bca444bb279cea7408f6f1ba198484832c22 (patch) | |
tree | 424593626e9a976fab5afdd72b3d32ecc89eadcc /contrib | |
parent | fd88349873cbd882f017cc5f6226a697e1a2d16e (diff) | |
download | tor-74a7bca444bb279cea7408f6f1ba198484832c22.tar.gz tor-74a7bca444bb279cea7408f6f1ba198484832c22.zip |
backport, remove the INSTDIR/geoip since we install the geoip file to
APPDATA.
svn:r14800
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 |