summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Resources/script
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/macosx/Resources/script')
-rwxr-xr-xpackaging/macosx/Resources/script27
1 files changed, 0 insertions, 27 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script
deleted file mode 100755
index 2bfe1d9ba..000000000
--- a/packaging/macosx/Resources/script
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-#
-# Author: Aaron Voisine <aaron@voisine.org>
-# Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net>
-# Inkscape Modifications: ~suv <suv-sf@users.sourceforge.net>
-
-#export _DEBUG=true
-
-get_env_current ()
-{
- env | awk -F= '/[a-zA-Z_][a-zA-Z_0-9]*=/ {if (!system("[ -n \"${" $1 "+y}\" ]")) print $1 }' | sort | uniq
-}
-[ -z "$_env_orig" ] && export _env_orig="$(get_env_current)"
-
-CWD="$(cd "$(dirname "$0")" && pwd)"
-
-source "${CWD}/xdg_setup.sh"
-source "${CWD}/alert_fccache.sh"
-
-# TODO examine whether it would be wisest to move the code from inkscape shell
-# script and getdisplay.sh to here and only keep the real binary in bin. This
-# may make things easier on Leopard and may also help using Inkscape on the
-# command line.
-#
-# See related FIXME in bin/inkscape for requirements to merge the two scripts.
-
-exec "$CWD/bin/inkscape" "$@"