From 35925197481d458417cadb3ec06a05278a4799e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 7 Jan 2011 15:26:40 +0100 Subject: Imported Upstream version 1.28.95 --- installer/macpostinstall | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 installer/macpostinstall (limited to 'installer/macpostinstall') diff --git a/installer/macpostinstall b/installer/macpostinstall new file mode 100755 index 0000000..2fd304e --- /dev/null +++ b/installer/macpostinstall @@ -0,0 +1,7 @@ +#!/bin/sh + +pref=`python-config --prefix` +pyver=`python -c "import sys; print('.'.join([str(x) for x in sys.version_info[:2]]))"` +# Fixed because I compile with python 2.6 +pyver=2.6 +ln -s /usr/lib/python$pyver/site-packages/gammu /Library/Python/$pyver/site-packages -- cgit v1.2.3