Skip to content

Instantly share code, notes, and snippets.

@nmcspadden
Created June 19, 2015 18:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmcspadden/fc8c1e649468adbe048c to your computer and use it in GitHub Desktop.
Save nmcspadden/fc8c1e649468adbe048c to your computer and use it in GitHub Desktop.
#!/bin/bash
temppath="$(mktemp -d -t AdobePSIDIL)"
/bin/mkdir -p "$temppath/Library/Application Support/Adobe/Startup Scripts CC/Adobe Photoshop/"
/bin/mkdir -p "$temppath/Library/Application Support/Adobe/Startup Scripts CC/Adobe InDesign/"
/bin/mkdir -p "$temppath/Library/Application Support/Adobe/Startup Scripts CC/Illustrator 2015/"
/bin/cp prevent_project_hello_launching.jsx "$temppath/Library/Application Support/Adobe/Startup Scripts CC/Adobe Photoshop/"
/bin/cp prevent_project_hello_launching.jsx "$temppath/Library/Application Support/Adobe/Startup Scripts CC/Adobe InDesign/"
/bin/cp prevent_project_hello_launching.jsx "$temppath/Library/Application Support/Adobe/Startup Scripts CC/Illustrator 2015/"
/usr/bin/pkgbuild --root "$temppath" --identifier "org.sacredsf.adobe.psidil.welcome" --version 1.0 AdobePSIDIL-Welcome.pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment