post_install()
{
	echo "regenerating cracklib dictionary... "
	if /usr/sbin/create-cracklib-dict /usr/share/dict/* >/dev/null; then
		echo "done."
	else
		echo "failed."
	fi
}

op=$1
shift
$op $*
