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