diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-06 16:28:19 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-06 16:28:19 +0000 |
commit | 4d5cbe006b15666687df95f0feb777c445ca5335 (patch) | |
tree | bf5f8a51182cb6d269845fb647ada971b165f152 /contrib/osx/TorPostflight | |
parent | dad1e27440a2d7214e036b6c595bb9072d611bca (diff) | |
download | tor-4d5cbe006b15666687df95f0feb777c445ca5335.tar.gz tor-4d5cbe006b15666687df95f0feb777c445ca5335.zip |
Remove osx binary uninstaller changes. Tiger and Panther won't play
nice in the same way.
svn:r6739
Diffstat (limited to 'contrib/osx/TorPostflight')
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 3a8f66d9e6..cd49924947 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -80,9 +80,7 @@ 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.app $TARGET/Tor_Uninstaller.app chmod 755 $TARGET/Tor_Uninstaller.applescript - chmod 755 $TARGET/Tor_Uninstaller.app fi if [ -f $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh ]; then |