VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup/MacOSX/postinstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Setup/MacOSX/postinstall.sh')
-rwxr-xr-xsrc/Setup/MacOSX/postinstall.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Setup/MacOSX/postinstall.sh b/src/Setup/MacOSX/postinstall.sh
new file mode 100755
index 00000000..7ce14ffc
--- /dev/null
+++ b/src/Setup/MacOSX/postinstall.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+if !([ -e "/usr/local/lib/libfuse.2.dylib" ])
+then
+ ln -s /usr/local/lib/libosxfuse.2.dylib /usr/local/lib/libfuse.2.dylib
+fi
+
+exit 0