summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-02-19 15:54:30 +0000
committerAndrew Lewman <andrew@torproject.org>2006-02-19 15:54:30 +0000
commit537a39e147b544f5f484b6c24cdded1c2c47d6aa (patch)
tree4b3d0433ec0c123c59cc0dbc70d4ff94bf7d386f
parent0d0250a8c8cd2fa9742e00f414e209af94b80248 (diff)
downloadtor-537a39e147b544f5f484b6c24cdded1c2c47d6aa.tar.gz
tor-537a39e147b544f5f484b6c24cdded1c2c47d6aa.zip
Include the uninstaller for osx in the distribution, but leave it hidden
for the time being. svn:r6044
-rw-r--r--contrib/osx/package.sh2
-rw-r--r--contrib/osx/package_list.txt2
2 files changed, 3 insertions, 1 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
diff --git a/contrib/osx/package_list.txt b/contrib/osx/package_list.txt
index 99a480258b..abd667382f 100644
--- a/contrib/osx/package_list.txt
+++ b/contrib/osx/package_list.txt
@@ -2,4 +2,4 @@ Tor
Privoxy
torstartup
privoxyconf
-
+toruninstaller