diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-08-03 12:25:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-08-03 12:25:35 -0400 |
commit | 6935c888236c7ae1275281c36c4ad455bf8cb341 (patch) | |
tree | 515b22193f5358a9dcea2cbdde9141bf8e0c0274 /contrib/osx | |
parent | df354a002cbb8d10f7bf9fd1cae4ca48c53c56bc (diff) | |
parent | 0d12f12cf59cf8f16b89cd0397e189121c01b2ab (diff) | |
download | tor-6935c888236c7ae1275281c36c4ad455bf8cb341.tar.gz tor-6935c888236c7ae1275281c36c4ad455bf8cb341.zip |
Merge commit 'phobos/osx-uinstaller-maint-0.2.1'
Diffstat (limited to 'contrib/osx')
-rwxr-xr-x | contrib/osx/uninstall_tor_bundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/uninstall_tor_bundle.sh b/contrib/osx/uninstall_tor_bundle.sh index 9089407edb..b7c439429e 100755 --- a/contrib/osx/uninstall_tor_bundle.sh +++ b/contrib/osx/uninstall_tor_bundle.sh @@ -134,7 +134,7 @@ fi ## clean up echo ". Cleaning up" rm -rf $TEMP_BOM_CONTENTS -rm -rf /Library/Privoxy/ /Library/StartupItems/Privoxy/ /Library/Tor/ /Library/StartupItems/Tor/ /Library/Torbutton/ +rm -rf /Library/Privoxy/ /Library/StartupItems/Privoxy/ /Library/Tor/ /Library/StartupItems/Tor/ /Library/Torbutton/ /Library/Receipts/Privoxy.pkg /Library/Receipts/torbutton.pkg /Library/Receipts/Tor.pkg /Library/Receipts/Vidalia.pkg /Library/Receipts/TorStartup.pkg echo ". Finished" |