Remove additional package steps (#129)

This commit is contained in:
Nindi Gill 2024-06-11 23:34:47 +10:00 committed by GitHub
parent bcd7248bb4
commit 372f29fc4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 71 deletions

View file

@ -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

View file

@ -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