aboutsummaryrefslogtreecommitdiff
path: root/contrib/osx
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-07-06 16:28:19 +0000
committerAndrew Lewman <andrew@torproject.org>2006-07-06 16:28:19 +0000
commit4d5cbe006b15666687df95f0feb777c445ca5335 (patch)
treebf5f8a51182cb6d269845fb647ada971b165f152 /contrib/osx
parentdad1e27440a2d7214e036b6c595bb9072d611bca (diff)
downloadtor-4d5cbe006b15666687df95f0feb777c445ca5335.tar
tor-4d5cbe006b15666687df95f0feb777c445ca5335.tar.gz
Remove osx binary uninstaller changes. Tiger and Panther won't play
nice in the same way. svn:r6739
Diffstat (limited to 'contrib/osx')
-rw-r--r--contrib/osx/TorPostflight2
-rw-r--r--contrib/osx/package.sh1
2 files changed, 0 insertions, 3 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight
index 3a8f66d9e..cd4992494 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
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index a385afeeb..1012163a0 100644
--- a/contrib/osx/package.sh
+++ b/contrib/osx/package.sh
@@ -78,7 +78,6 @@ chmod 755 contrib/osx/TorPostflight
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/Tor_Uninstaller.app $BUILD_DIR/tor_resources/Tor_Uninstaller.app
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