diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-03-11 05:23:18 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-03-11 05:23:18 +0000 |
commit | 1b9e8303906bf945c031bca638913376a600fba9 (patch) | |
tree | a42d29e57113ce1d2ec7cf7e170312ec0d4a405d /contrib/osx/TorPostflight | |
parent | 1ca6fa99e3b0ce0becb4dfdb2a67631a58c5f46b (diff) | |
download | tor-1b9e8303906bf945c031bca638913376a600fba9.tar.gz tor-1b9e8303906bf945c031bca638913376a600fba9.zip |
Include actual documentation with the installation, include the
uninstaller in executable format, and make the install pretty.
svn:r6119
Diffstat (limited to 'contrib/osx/TorPostflight')
-rw-r--r-- | contrib/osx/TorPostflight | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index d7c3835dd0..037237eb42 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -66,3 +66,9 @@ fi if [ -d /Library/StartupItems/Privoxy ]; then find /Library/StartupItems/Privoxy -print0 | xargs -0 chown root:wheel fi + +# Copy Documentation +cp -r $PACKAGE_PATH/Contents/Resources/documents $TARGET/documents + +# Copy Uninstaller +cp -r $PACKAGE_PATH/Contents/Resources/*ninstall* $TARGET/ |