diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-06-25 04:02:43 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-06-25 04:02:43 +0000 |
commit | 0bed8ee53c8fac0773a2fc08605dc6fae43d1502 (patch) | |
tree | 1fba3165616891638a54afe0f104500e2f3d75c0 /contrib/osx/TorPostflight | |
parent | f88d555ce07489e1e5294e334496250992860cbc (diff) | |
download | tor-0bed8ee53c8fac0773a2fc08605dc6fae43d1502.tar tor-0bed8ee53c8fac0773a2fc08605dc6fae43d1502.tar.gz |
Create binary osx un-installer, update perms on install so anyone can run the
uninstaller.
svn:r6685
Diffstat (limited to 'contrib/osx/TorPostflight')
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index cd4992494..21beb97aa 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -80,7 +80,9 @@ fi # Copy Uninstaller if [ -f $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.applescript ]; then cp $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.applescript $TARGET/Tor_Uninstaller.applescript + cp $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller_bin.app $TARGET/Tor_Uninstaller_bin.app chmod 755 $TARGET/Tor_Uninstaller.applescript + chmod 755 $TARGET/Tor_Uninstaller_bin.app fi if [ -f $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh ]; then |