Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions scriptRunnerToOutset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions scriptRunnerToOutset/postinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

touch /private/tmp/.com.github.outset.ondemand.launchd

exit 0