summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali <kali@leap.se>2020-10-02 21:31:04 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-13 19:08:47 +0200
commit8d27403228b0782e135d5c5d5d97ec54785cfae3 (patch)
treef0e535a06ebc6ecb65acf557ebfcc8fae5ed922b /Makefile
parent0a432c12feb280b72ed17714bbd3a9d518c9308a (diff)
[pkg] osx uninstall, autolaunch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 440bb4c..53b3e8d 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,7 @@ ifeq (${PLATFORM}, darwin)
@cp "${TEMPLATES}/osx/client.up.sh" ${OSX_DATA}/
@cp "${TEMPLATES}/osx/client.down.sh" ${OSX_DATA}/
@cp "${TEMPLATES}/qtinstaller/osx/post-install.py" ${OSX_DATA}/
+ @cp "${TEMPLATES}/qtinstaller/osx/uninstall.py" ${OSX_DATA}/
@cp "${TEMPLATES}/qtinstaller/osx/se.leap.bitmask-helper.plist" ${OSX_DATA}/
@cp build/bin/${PLATFORM}/bitmask-helper ${OSX_DATA}/
# FIXME our static openvpn build fails with an "Assertion failed at crypto.c". Needs to be fixed!!! - kali