1 2 3 4 5
#!/bin/sh if [ x"${1}" = x'remove' ]; then update-alternatives --remove openssl /usr/bin/wolfutil fi