|
|
|
@ -82,13 +82,13 @@ unload:
|
|
|
|
|
|
|
|
|
|
install: $(TARGET)
|
|
|
|
|
sudo install -d "$(INSTALL_TARGET)/Updater"
|
|
|
|
|
sudo install -c foundation.pEp.adapter.macOS "$(INSTALL_TARGET)/foundation.pEp.adapter.macOS"
|
|
|
|
|
sudo install -c foundation.pEp.adapter.macOS "$(INSTALL_TARGET)/pEp.app/Contents/MacOS/foundation.pEp.adapter.macOS"
|
|
|
|
|
sudo install -c foundation.pEp.adapter.macOS.plist "/Library/LaunchAgents/foundation.pEp.adapter.macOS.plist"
|
|
|
|
|
sudo install -c test.plist "$(INSTALL_TARGET)/Updater/test.plist"
|
|
|
|
|
sudo cp -f *.der "$(INSTALL_TARGET)/Updater/"
|
|
|
|
|
|
|
|
|
|
uninstall:
|
|
|
|
|
sudo rm -f "$(INSTALL_TARGET)/foundation.pEp.adapter.macOS"
|
|
|
|
|
sudo rm -f "$(INSTALL_TARGET)/pEp.app/Contents/MacOS/foundation.pEp.adapter.macOS"
|
|
|
|
|
sudo rm -f "/Library/LaunchAgents/foundation.pEp.adapter.macOS.plist"
|
|
|
|
|
sudo rm -f "/Library/Application Support/pEp/Updater/test.plist"
|
|
|
|
|
|
|
|
|
|