summaryrefslogtreecommitdiffstats
path: root/wolfutil.pkg/postinst
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-08-09 18:33:57 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-08-09 18:56:39 (EDT)
commit2ca2d78ca7df4dcd9df2fdf446cc96cde3a6b3c9 (patch)
treeaf2a452285061988938d951ddd72dbad3813bfab /wolfutil.pkg/postinst
parentf3e28f70f5e3a5f242f3c65aac8c3d776bc4c435 (diff)
wolfutil: New package
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