summaryrefslogtreecommitdiffstats
path: root/wolfutil.pkg/prerm
blob: af2bd73ef747f62f812db9fa899260dc7be5fad3 (plain)
1
2
3
4
5
#!/bin/sh

if [ x"${1}" = x'remove' ]; then
	update-alternatives --remove openssl /usr/bin/wolfutil
fi