Mist/Scripts/preinstall
2022-07-01 17:46:37 +10:00

11 lines
173 B
Bash
Executable file

#!/usr/bin/env bash
set -e
identifier="system/com.ninxsoft.mist.helper"
if launchtl print "system/$identifier" ; then
launchctl bootout "system/$identifier"
fi
exit 0