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/osx/TorPostflight | |
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/osx/TorPostflight')
-rw-r--r-- | contrib/osx/TorPostflight | 4 |
1 files changed, 2 insertions, 2 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 |