mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-27 21:44:26 -04:00
Remove additional package steps (#129)
This commit is contained in:
parent
bcd7248bb4
commit
372f29fc4c
4 changed files with 0 additions and 71 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
identifier="com.ninxsoft.mist.helper"
|
||||
|
||||
if ! launchctl print "system/$identifier" &> /dev/null ; then
|
||||
launchctl bootstrap system "/Library/LaunchDaemons/$identifier.plist"
|
||||
fi
|
||||
|
||||
exit 0
|
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
identifier="com.ninxsoft.mist.helper"
|
||||
|
||||
if launchctl print "system/$identifier" &> /dev/null ; then
|
||||
launchctl bootout "system/$identifier"
|
||||
fi
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue