void-packages/srcpkgs/dash/INSTALL
2012-07-09 17:19:34 +02:00

7 lines
186 B
Text

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