summaryrefslogtreecommitdiffstats
path: root/expect-doc.pkg/postinst
blob: e0cec592d3ba251aec78741f1073ef7a4c88c13d (plain)
1
2
3
4
5
6
#!/bin/sh

if [ "x${1}" = 'xconfigure' ]; then
	update-alternatives --install /usr/bin/mkpasswd mkpasswd \
		/usr/bin/mkpasswd.expect 10
fi