diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-03-11 06:13:08 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-03-11 06:13:08 +0000 |
commit | a7768d77fec95cfc5206e8b09945409d16eeab5c (patch) | |
tree | 4c6e56020701ad47631e2bac8b7db61df02452c5 /contrib/osx/Makefile.am | |
parent | 5f459211867f1c524d7087432c78d931ea2257e4 (diff) | |
download | tor-a7768d77fec95cfc5206e8b09945409d16eeab5c.tar.gz tor-a7768d77fec95cfc5206e8b09945409d16eeab5c.zip |
Include package_list.txt for detailed uninstallation on osx. Force the
osx uninstall script to actually clean up directories as well. Make
TorPostflight actions safer.
svn:r6123
Diffstat (limited to 'contrib/osx/Makefile.am')
-rw-r--r-- | contrib/osx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index 9bde37f3e7..7ece75537c 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -6,4 +6,4 @@ 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 tor-resolve.pdf \ - tor-reference.pdf + tor-reference.pdf package_list.txt |