8 lines
178 B
Text
8 lines
178 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 bin/sh ] && cd bin && ln -sf dash sh
|
||
|
;;
|
||
|
esac
|