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
commit58a6ae5d15af4888a0a872af5d99aff7c87308ff (patch)
tree392e60e294c848618b3d59a365e1a87b01f52353
parentb89456989d230b5502aa0f432320a4297bcbcf57 (diff)
downloadtor-58a6ae5d15af4888a0a872af5d99aff7c87308ff.tar.gz
tor-58a6ae5d15af4888a0a872af5d99aff7c87308ff.zip
Remove osx binary uninstaller. Tiger and Panther won't play nice in the
same way. svn:r6740
-rw-r--r--branches/tor-0_1_1-patches/contrib/osx/TorPostflight2
-rw-r--r--branches/tor-0_1_1-patches/contrib/osx/package.sh1
2 files changed, 0 insertions, 3 deletions
diff --git a/branches/tor-0_1_1-patches/contrib/osx/TorPostflight b/branches/tor-0_1_1-patches/contrib/osx/TorPostflight
index 3a8f66d9e6..cd49924947 100644
--- a/branches/tor-0_1_1-patches/contrib/osx/TorPostflight
+++ b/branches/tor-0_1_1-patches/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/branches/tor-0_1_1-patches/contrib/osx/package.sh b/branches/tor-0_1_1-patches/contrib/osx/package.sh
index a385afeeb7..1012163a05 100644
--- a/branches/tor-0_1_1-patches/contrib/osx/package.sh
+++ b/branches/tor-0_1_1-patches/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