diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-03-11 03:09:44 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-03-11 03:09:44 +0000 |
commit | 1ca6fa99e3b0ce0becb4dfdb2a67631a58c5f46b (patch) | |
tree | d550c66408bb0a0d1d9b7c1d47c3ca7cc25514a7 /contrib/osx/package.sh | |
parent | 4d3e709c4bb615c8988c864d7b7a692e5cf89964 (diff) | |
download | tor-1ca6fa99e3b0ce0becb4dfdb2a67631a58c5f46b.tar.gz tor-1ca6fa99e3b0ce0becb4dfdb2a67631a58c5f46b.zip |
Include the osx uninstaller in the metapackage.
svn:r6118
Diffstat (limited to 'contrib/osx/package.sh')
-rw-r--r-- | contrib/osx/package.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index b1f867babd..fc77298b03 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -131,6 +131,8 @@ cp contrib/osx/ReadMe.rtf "$MPKG/Contents/Resources" cp contrib/osx/TorBundleInfo.plist "$MPKG/Contents/Info.plist" cp contrib/osx/TorBundleWelcome.rtf "$MPKG/Contents/Resources/Welcome.rtf" cp contrib/osx/TorBundleDesc.plist "$MPKG/Contents/Resources/Description.plist" +cp contrib/osx/Tor_Uninstaller.applescript "$MPKG/Contents/Resources/Tor_Uninstaller.applescript" +cp contrib/osx/uninstall_tor_bundle.sh "$MPKG/Contents/Resources/uninstall_tor_bundle.sh" # Move all the subpackages into place. unzip Privoxy.pkg into place, # and fix its file permissions so we can rm -rf it later. |