inkstitch/installer_scripts/scripts/postinstall

6 wiersze
158 B
Bash
Executable File

#!/bin/bash
set -e
mv /tmp/inkstitch/ $HOME/Library/Application\ Support/org.inkscape.Inkscape/config/inkscape/extensions/
echo "Inkstitch was moved!"
exit 0