2011-07-01 07:27:51 +00:00
|
|
|
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 15:19:34 +00:00
|
|
|
[ ! -h usr/bin/sh ] && cd usr/bin && ln -sf dash sh
|
2011-07-01 07:27:51 +00:00
|
|
|
;;
|
|
|
|
esac
|