summaryrefslogtreecommitdiff
path: root/branding/templates/qtinstaller/osx/post-install.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2020-10-02 19:44:53 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-13 19:08:45 +0200
commit0a432c12feb280b72ed17714bbd3a9d518c9308a (patch)
treed42d374557955f4195d07a3905eb7ed31287098e /branding/templates/qtinstaller/osx/post-install.py
parentef892643df8970aec45dbc3f48eabb95a1ccbf22 (diff)
[pkg] launch helper from the right path
Diffstat (limited to 'branding/templates/qtinstaller/osx/post-install.py')
-rwxr-xr-xbranding/templates/qtinstaller/osx/post-install.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/branding/templates/qtinstaller/osx/post-install.py b/branding/templates/qtinstaller/osx/post-install.py
index 32b4780..18059aa 100755
--- a/branding/templates/qtinstaller/osx/post-install.py
+++ b/branding/templates/qtinstaller/osx/post-install.py
@@ -1,5 +1,10 @@
#!/usr/bin/env python
+# Post installation script for BitmaskVPN.
+# Please note that this installation will install ONE single helper with administrative privileges.
+# This means that, for the time being, you can only install ONE of the BitmaskVPN derivatives at the same time.
+# This might change in the future.
+
import os
import shutil
import sys