#!/bin/sh if [ x"${1}" = x'configure' ]; then update-alternatives --install /usr/bin/openssl openssl \ /usr/bin/wolfutil 10 fi