Browse Source

Include the uninstaller for osx in the distribution, but leave it hidden
for the time being.


svn:r6044

Andrew Lewman 19 years ago
parent
commit
537a39e147
2 changed files with 3 additions and 1 deletions
  1. 2 0
      contrib/osx/package.sh
  2. 1 1
      contrib/osx/package_list.txt

+ 2 - 0
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
 

+ 1 - 1
contrib/osx/package_list.txt

@@ -2,4 +2,4 @@ Tor
 Privoxy
 torstartup
 privoxyconf
-
+toruninstaller