void-packages/srcpkgs/dash/INSTALL

8 lines
186 B
Plaintext
Raw Normal View History

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