summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2016-08-12 05:21:14 +0000
committerTed Gould <ted@gould.cx>2016-08-12 05:21:14 +0000
commitd7e00450ae4ed4b3a3f21e0d7b64b0e868ee5ba1 (patch)
tree69faf48909d1673a3219e087f1bc8d315b352a50 /packaging
parentCloneTiler: Further C++ification (diff)
parentSwitch over to GTK3 (diff)
downloadinkscape-d7e00450ae4ed4b3a3f21e0d7b64b0e868ee5ba1.tar.gz
inkscape-d7e00450ae4ed4b3a3f21e0d7b64b0e868ee5ba1.zip
Add snappy packaging
(bzr r15054)
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 $@