summaryrefslogtreecommitdiffstats
path: root/packaging/snappy/snapcraft.sh
blob: a9d45120b19c4c6873af7ee7bff5b7faefb87837 (plain)
1
2
3
4
5
6
#!/bin/sh -e

export INKSCAPE_PROFILE_DIR="${SNAP_USER_DATA}"
export INKSCAPE_LOCALEDIR="${SNAP}/share/locale/"

exec "$@"