summaryrefslogtreecommitdiff
path: root/installer_scripts/scripts/postinstall
diff options
context:
space:
mode:
Diffstat (limited to 'installer_scripts/scripts/postinstall')
-rwxr-xr-xinstaller_scripts/scripts/postinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/installer_scripts/scripts/postinstall b/installer_scripts/scripts/postinstall
new file mode 100755
index 00000000..687f5149
--- /dev/null
+++ b/installer_scripts/scripts/postinstall
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+mv /tmp/inkstitch/ $HOME/Library/Application\ Support/org.inkscape.Inkscape/config/inkscape/extensions/
+echo "Inkstitch was moved!"
+exit 0