mirror of
https://github.com/linuxserver/docker-inkscape.git
synced 2026-02-13 08:58:20 +08:00
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
if [ ! -f $HOME/.config/inkscape/preferences.xml ]; then
|
|
mkdir -p $HOME/.config/inkscape
|
|
cp /defaults/preferences.xml $HOME/.config/inkscape/preferences.xml
|
|
fi
|
|
inkscape
|