case ${ACTION} in
pre)
	# It's expected that will make a dangling symlink, but once that
	# dash is unpacked it will be ok.
	[ ! -h bin/sh ] && cd bin && ln -sf dash sh
	;;
esac