summaryrefslogtreecommitdiffstats
path: root/packaging/snappy
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2016-07-27 17:38:20 +0000
committerTed Gould <ted@gould.cx>2016-07-27 17:38:20 +0000
commit4404c64b1a54c3d4a5aa49aef6b48cc6a542b8e1 (patch)
treed3a59f63fb0014209aaf0395e77c0750ce71de1c /packaging/snappy
parentSwitch to using the desktop helpers (diff)
downloadinkscape-4404c64b1a54c3d4a5aa49aef6b48cc6a542b8e1.tar.gz
inkscape-4404c64b1a54c3d4a5aa49aef6b48cc6a542b8e1.zip
Adding gsettings interface and moving files
(bzr r14950.1.14)
Diffstat (limited to 'packaging/snappy')
-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 $@