diff --git a/scriptRunnerToOutset/Makefile b/scriptRunnerToOutset/Makefile index bac9155..a1f8af2 100644 --- a/scriptRunnerToOutset/Makefile +++ b/scriptRunnerToOutset/Makefile @@ -3,12 +3,6 @@ include /usr/local/share/luggage/luggage.make TITLE=scriptRunnerToOutset REVERSE_DOMAIN=com.grahamgilbert PAYLOAD= \ - pack-usr-local-outset-login-once-01-scriptRunnerToOutset_user_plist.py + pack-script-postinstall \ + pack-usr-local-outset-on-demand-01-scriptRunnerToOutset_user_plist.py -l_usr_local_outset: l_usr_local - @sudo mkdir -p ${WORK_D}/usr/local/outset/{firstboot-packages,firstboot-scripts,everyboot-scripts,login-every,login-once} - @sudo chown -R root:wheel ${WORK_D}/usr/local/outset - @sudo chmod -R 755 ${WORK_D}/usr/local/outset - -pack-usr-local-outset-login-once-%: % l_usr_local_outset - @sudo ${INSTALL} -m 755 -g wheel -o root "${<}" ${WORK_D}/usr/local/outset/login-once \ No newline at end of file diff --git a/scriptRunnerToOutset/postinstall b/scriptRunnerToOutset/postinstall new file mode 100755 index 0000000..fade9ea --- /dev/null +++ b/scriptRunnerToOutset/postinstall @@ -0,0 +1,5 @@ +#!/bin/sh + +touch /private/tmp/.com.github.outset.ondemand.launchd + +exit 0 \ No newline at end of file