diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-06 15:51:07 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-06 15:51:07 +0000 |
commit | d25a82381893c20a296f36f4995552d41e7e9354 (patch) | |
tree | 090a79caaf332585fb747cf74a8c77eb6909b743 /contrib | |
parent | 85fd582192a4c94512efb0e52509421ddc85df02 (diff) | |
download | tor-d25a82381893c20a296f36f4995552d41e7e9354.tar.gz tor-d25a82381893c20a296f36f4995552d41e7e9354.zip |
Update osx binary un-installer naming, remove invalid osx binary
un-installer app
svn:r6736
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/TorPostflight | 4 | ||||
-rwxr-xr-x | contrib/osx/Tor_Uninstaller_bin.app | bin | 13780 -> 0 bytes | |||
-rw-r--r-- | contrib/osx/package.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 21beb97aa3..3a8f66d9e6 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -80,9 +80,9 @@ 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_bin.app $TARGET/Tor_Uninstaller_bin.app + cp $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.app $TARGET/Tor_Uninstaller.app chmod 755 $TARGET/Tor_Uninstaller.applescript - chmod 755 $TARGET/Tor_Uninstaller_bin.app + chmod 755 $TARGET/Tor_Uninstaller.app fi if [ -f $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh ]; then diff --git a/contrib/osx/Tor_Uninstaller_bin.app b/contrib/osx/Tor_Uninstaller_bin.app Binary files differdeleted file mode 100755 index 1a4eb3ba21..0000000000 --- a/contrib/osx/Tor_Uninstaller_bin.app +++ /dev/null diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 6cb5e0e069..a385afeeb7 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -78,7 +78,7 @@ 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_bin.app $BUILD_DIR/tor_resources/Tor_Uninstaller_bin.app +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 |