]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - misc/build_helpers/osx/scripts/postinstall
OS-X package: add a preinstall script and copy the manpage into /etc/manpaths.d.
[tahoe-lafs/tahoe-lafs.git] / misc / build_helpers / osx / scripts / postinstall
1 #!/bin/bash
2
3 PWD=`pwd`
4
5 echo "/Applications/tahoe.app/bin/" >> /etc/paths.d/tahoe
6
7 # copy the manpage into /etc/manpaths.d/
8 echo "/Applications/tahoe.app/docs/man/" >> /etc/manpaths.d/tahoe