Files
duplicati/Installer/MacOS/daemon-scripts/preinstall
T
Kenneth Skovhede 3da45c53df Initial work on building package folders.
Next step is building the installers.
2024-03-20 16:17:17 +01:00

6 lines
182 B
Bash
Executable File

#!/bin/bash
set -e
if /bin/launchctl list "com.duplicati.app.launchagent" &> /dev/null; then
/bin/launchctl unload "/Library/LaunchAgents/com.duplicati.app.launchagent.plist"
fi