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

if [ "x${1}" = 'xremove' ]; then
	update-alternatives --remove mkpasswd /usr/bin/mkpasswd.expect
fi