diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-01-02 06:26:42 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-01-02 06:26:42 +0000 |
commit | 4f565b73ef81daf7b9b96fb81de288b8aa167bad (patch) | |
tree | 3b6dceaca980b79415b6116dd82e41e12b6a41e4 /contrib/osx | |
parent | 39b9da8c5e907695674629d9673c6205eb767fbe (diff) | |
download | tor-4f565b73ef81daf7b9b96fb81de288b8aa167bad.tar tor-4f565b73ef81daf7b9b96fb81de288b8aa167bad.tar.gz |
Fix formatting in eventdns.c. Remove the rest of the osx binary
uninstaller.
svn:r9235
Diffstat (limited to 'contrib/osx')
-rw-r--r-- | contrib/osx/TorPostflight | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 8c8c32aa4..524e5a665 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -78,14 +78,6 @@ if [ -f $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.applescript ]; then chmod 755 $TARGET/Tor_Uninstaller.applescript fi -if [ -f $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.app.tar.gz ]; then - cp $PACKAGE_PATH/Contents/Resources/Tor_Uninstaller.app.tar.gz $TARGET/Tor_Uninstaller.app.tar.gz - cd $TARGET && tar zxf Tor_Uninstaller.app.tar.gz - chmod -R 755 $TARGET/Tor_Uninstaller.app - chown -R _tor:_tor Tor_Uninstaller.app - rm $TARGET/Tor_Uninstaller.app.tar.gz -fi - if [ -f $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh ]; then cp $PACKAGE_PATH/Contents/Resources/uninstall_tor_bundle.sh $TARGET/uninstall_tor_bundle.sh chmod 755 $TARGET/uninstall_tor_bundle.sh |