diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-02 06:21:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-02 06:21:24 +0000 |
commit | 39b9da8c5e907695674629d9673c6205eb767fbe (patch) | |
tree | de46bd8d82f4bc381bdf349834d4dcc56b19d52a /contrib | |
parent | 722a3ab5448e0533c7f436ac2f8c4b5caaacf341 (diff) | |
download | tor-39b9da8c5e907695674629d9673c6205eb767fbe.tar tor-39b9da8c5e907695674629d9673c6205eb767fbe.tar.gz |
Remove more cruft of Tor_Uninstaller.app.tar.gz
The PostFlight references remain. i'll let phobos
decide whether to remove them.
svn:r9234
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/Makefile.am | 2 | ||||
-rw-r--r-- | contrib/osx/package.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index 4ef561dc5..5fd70ecd9 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -8,5 +8,5 @@ EXTRA_DIST = PrivoxyConfDesc.plist PrivoxyConfInfo.plist \ TorInfo.plist.in TorStartupDesc.plist.in TorStartupInfo.plist \ package.sh privoxy.config TorPostflight addsysuser \ Tor_Uninstaller.applescript uninstall_tor_bundle.sh \ - package_list.txt tor_logo.gif Tor_Uninstaller.app.tar.gz \ + package_list.txt tor_logo.gif \ TorPreFlight diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 9064b15e1..1dee597ac 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -79,7 +79,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.tar.gz $BUILD_DIR/tor_resources/Tor_Uninstaller.app.tar.gz 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 |