summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-07-06 16:28:52 +0000
committerAndrew Lewman <andrew@torproject.org>2006-07-06 16:28:52 +0000
commitc00846b7cdbb330a6696206c68bbb4be68aa2a2f (patch)
treed3161e80dfdbbbbca9d7659a553e4afcb6af6caf
parentd0310413d7f0e45504e04a142a99dd145c0fce48 (diff)
downloadtor-c00846b7cdbb330a6696206c68bbb4be68aa2a2f.tar.gz
tor-c00846b7cdbb330a6696206c68bbb4be68aa2a2f.zip
Remove osx binary uninstaller. Tiger and Panther won't play nice in the
same way. svn:r6740
-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 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
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh
index a385afeeb7..1012163a05 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