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

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