mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-26 08:01:06 +00:00
e92a9774fa
The preinstall script detects previous installation and removes it. Author: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
9 lines
190 B
Bash
Executable File
9 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
|
|
PWD=`pwd`
|
|
|
|
echo "/Applications/tahoe.app/bin/" >> /etc/paths.d/tahoe
|
|
|
|
# copy the manpage into /etc/manpaths.d/
|
|
echo "/Applications/tahoe.app/docs/man/" >> /etc/manpaths.d/tahoe
|