diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-10-15 04:04:16 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-10-15 04:04:16 +0000 |
commit | d0eda6dbb0ec7f48d7ca0b825872b64c856cc720 (patch) | |
tree | 79442188491515c9e6e898b1d9f7583779fb22fb /contrib/osx/uninstall_tor_bundle.sh | |
parent | 3dfb943d1f881ee95720fd602965de6e19c595ea (diff) | |
download | tor-d0eda6dbb0ec7f48d7ca0b825872b64c856cc720.tar tor-d0eda6dbb0ec7f48d7ca0b825872b64c856cc720.tar.gz |
Introducing Torbutton integration to the Tor-Privoxy OSX bundle.
svn:r11938
Diffstat (limited to 'contrib/osx/uninstall_tor_bundle.sh')
-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 bb992f7a9..b7d642755 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/ +rm -rf /Library/Privoxy/ /Library/StartupItems/Privoxy/ /Library/Tor/ /Library/StartupItems/Tor/ /Library/Torbutton/ echo ". Finished" |