diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-02-19 15:54:30 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-02-19 15:54:30 +0000 |
commit | 537a39e147b544f5f484b6c24cdded1c2c47d6aa (patch) | |
tree | 4b3d0433ec0c123c59cc0dbc70d4ff94bf7d386f /contrib/osx/package.sh | |
parent | 0d0250a8c8cd2fa9742e00f414e209af94b80248 (diff) | |
download | tor-537a39e147b544f5f484b6c24cdded1c2c47d6aa.tar.gz tor-537a39e147b544f5f484b6c24cdded1c2c47d6aa.zip |
Include the uninstaller for osx in the distribution, but leave it hidden
for the time being.
svn:r6044
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 33eff62e53..7c1f651693 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -58,6 +58,8 @@ cp contrib/osx/ReadMe.rtf $BUILD_DIR/tor_resources chmod 755 contrib/osx/TorPostflight cp contrib/osx/TorPostflight $BUILD_DIR/tor_resources/postflight cp contrib/osx/addsysuser $BUILD_DIR/tor_resources/addsysuser +cp contrib/osx/Tor_Uninstaller.applescript $BUILD_DIR/tor_resources/Tor_Uninstaller.applescript +cp contrib/osx/uninstall_tor_bundle.sh $BUILD_DIR/tor_resources/uninstall_tor_bundle.sh cat <<EOF > $BUILD_DIR/tor_resources/Welcome.txt Tor: an anonymous Internet communication system |