diff options
Diffstat (limited to 'wolfutil.pkg/postinst')
-rw-r--r-- | wolfutil.pkg/postinst | 6 |
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 |