summaryrefslogtreecommitdiffstats
path: root/wolfutil.pkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'wolfutil.pkg/postinst')
-rw-r--r--wolfutil.pkg/postinst6
1 files changed, 6 insertions, 0 deletions
diff --git a/wolfutil.pkg/postinst b/wolfutil.pkg/postinst
new file mode 100644
index 0000000..ec6c0f7
--- /dev/null
+++ b/wolfutil.pkg/postinst
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ x"${1}" = x'configure' ]; then
+ update-alternatives --install /usr/bin/openssl openssl \
+ /usr/bin/wolfutil 10
+fi