summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorkamalpreetgrewal <grewalkamal005@gmail.com>2016-08-15 03:59:18 +0000
committerkamalpreetgrewal <grewalkamal005@gmail.com>2016-08-15 03:59:18 +0000
commit25a9ed4f38121eeb59cf15dbf19391aaef45bba3 (patch)
treee123aeae50d98a52e1ad4575b29bf3c199619e33 /packaging
parentSolve crash when deleting CSS property (diff)
parentinkview: Convert to ApplicationWindow (diff)
downloadinkscape-25a9ed4f38121eeb59cf15dbf19391aaef45bba3.tar.gz
inkscape-25a9ed4f38121eeb59cf15dbf19391aaef45bba3.zip
Merge changes from trunk
(bzr r14949.1.64)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/snappy/snapcraft.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/snappy/snapcraft.sh b/packaging/snappy/snapcraft.sh
new file mode 100755
index 000000000..7e12fe964
--- /dev/null
+++ b/packaging/snappy/snapcraft.sh
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+export INKSCAPE_PORTABLE_PROFILE_DIR="${SNAP_USER_DATA}"
+export INKSCAPE_LOCALEDIR="${SNAP}/share/locale/"
+
+exec $@