Removed unused files.
Moved installer files into the ReleaseBuilder
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
/bin/launchctl load "/Library/LaunchAgents/com.duplicati.app.launchagent.plist"
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user