diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-03-11 06:13:08 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-03-11 06:13:08 +0000 |
commit | a7768d77fec95cfc5206e8b09945409d16eeab5c (patch) | |
tree | 4c6e56020701ad47631e2bac8b7db61df02452c5 /contrib/osx/package.sh | |
parent | 5f459211867f1c524d7087432c78d931ea2257e4 (diff) | |
download | tor-a7768d77fec95cfc5206e8b09945409d16eeab5c.tar.gz tor-a7768d77fec95cfc5206e8b09945409d16eeab5c.zip |
Include package_list.txt for detailed uninstallation on osx. Force the
osx uninstall script to actually clean up directories as well. Make
TorPostflight actions safer.
svn:r6123
Diffstat (limited to 'contrib/osx/package.sh')
-rw-r--r-- | contrib/osx/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index e88be19c63..414a1c7b07 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -79,6 +79,7 @@ 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 +cp contrib/osx/package_list.txt $BUILD_DIR/tor_resources/package_list.txt cp contrib/osx/tor_logo.gif $BUILD_DIR/tor_resources/background.gif cat <<EOF > $BUILD_DIR/tor_resources/Welcome.txt Tor: an anonymous Internet communication system |