From b07446ffc613787a4c4408746d374f4b557e3696 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Mon, 13 Oct 2014 21:31:16 +0530 Subject: [PATCH] Distribution.xml file and scripts for building the OSX package. --- misc/build_helpers/osx/Distribution.xml | 45 ++++++++++++++++++++++ misc/build_helpers/osx/scripts/postinstall | 3 ++ 2 files changed, 48 insertions(+) create mode 100644 misc/build_helpers/osx/Distribution.xml create mode 100755 misc/build_helpers/osx/scripts/postinstall diff --git a/misc/build_helpers/osx/Distribution.xml b/misc/build_helpers/osx/Distribution.xml new file mode 100644 index 00000000..7662a98f --- /dev/null +++ b/misc/build_helpers/osx/Distribution.xml @@ -0,0 +1,45 @@ + + + + + + +Tahoe-LAFS + + + + + + + + + + + + + + + + + +tahoe-lafs.pkg + + + diff --git a/misc/build_helpers/osx/scripts/postinstall b/misc/build_helpers/osx/scripts/postinstall new file mode 100755 index 00000000..aefc4fd3 --- /dev/null +++ b/misc/build_helpers/osx/scripts/postinstall @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "/Applications/tahoe.app/bin" >> /etc/paths.d/tahoe -- 2.45.2