diff options
| author | Ted Gould <ted@gould.cx> | 2016-07-27 17:38:20 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2016-07-27 17:38:20 +0000 |
| commit | 4404c64b1a54c3d4a5aa49aef6b48cc6a542b8e1 (patch) | |
| tree | d3a59f63fb0014209aaf0395e77c0750ce71de1c /packaging/snappy | |
| parent | Switch to using the desktop helpers (diff) | |
| download | inkscape-4404c64b1a54c3d4a5aa49aef6b48cc6a542b8e1.tar.gz inkscape-4404c64b1a54c3d4a5aa49aef6b48cc6a542b8e1.zip | |
Adding gsettings interface and moving files
(bzr r14950.1.14)
Diffstat (limited to 'packaging/snappy')
| -rwxr-xr-x | packaging/snappy/snapcraft.sh | 6 |
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 $@ |
