diff options
Diffstat (limited to 'scripts/postinstall')
-rwxr-xr-x | scripts/postinstall | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/postinstall b/scripts/postinstall new file mode 100755 index 0000000..515f8c5 --- /dev/null +++ b/scripts/postinstall @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +/private/tmp/ArchiCADInstaller/Install.app/Contents/ArchiCAD\ Installer.app/Contents/MacOS/ArchiCAD\ Installer +/private/tmp/ArchiCADInstaller/Update.app/Contents/MacOS/ArchiCAD* -silent +exit 0 |