From 4d5cbe006b15666687df95f0feb777c445ca5335 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Thu, 6 Jul 2006 16:28:19 +0000 Subject: Remove osx binary uninstaller changes. Tiger and Panther won't play nice in the same way. svn:r6739 --- contrib/osx/TorPostflight | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/osx/TorPostflight') 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 -- cgit v1.2.3-54-g00ecf