summaryrefslogtreecommitdiff
path: root/pkg/osx/scripts/preinstall
blob: 222922cf607a96fd56660b9b96928836497b3384 (plain)
1
2
3
4
5
#!/bin/sh
# Bitmask Pre-Instalation script
[[ -f /Library/LaunchDaemons/se.leap.bitmask-helper.plist ]] && launchctl unload /Library/LaunchDaemons/se.leap.bitmask-helper.plist
echo `date` "::Bitmask pre-installation script succeeded." >> /tmp/bitmask-install.log
exit 0