diff options
author | Andrew Lewman <andrew@torproject.org> | 2009-08-03 12:40:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-08-03 12:42:29 -0400 |
commit | 431202fb63af6ed872a4a7539bb1073c09cd7061 (patch) | |
tree | c83468c3e3ee0a6bb20ccb9764909630a07d68e6 /contrib | |
parent | 0d12f12cf59cf8f16b89cd0397e189121c01b2ab (diff) | |
download | tor-431202fb63af6ed872a4a7539bb1073c09cd7061.tar.gz tor-431202fb63af6ed872a4a7539bb1073c09cd7061.zip |
add geoip file to uninstall
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor-mingw.nsi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 053c142159..eccf41984a 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -216,6 +216,7 @@ Function un.InstallFiles Delete "$INSTDIR\tor.ico" Delete "$SMSTARTUP\Tor.lnk" Delete "$INSTDIR\Uninstall.exe" + Delete "$INSTDIR\geoip" FunctionEnd Function un.InstallDirectories |