This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
1
Actions
Activity
5ae7144ef0
void-packages
/
srcpkgs
/
dash
/
INSTALL
7 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
dash: create /bin/sh symlink at pre INSTALL, iff doesn't exist.
2011-07-01 09:27:51 +02:00
case ${ACTION} in
pre)
dash: only create sh symlink in /usr/bin.
2012-08-28 09:19:10 +02:00
# Create /usr/bin/sh symlink to dash.
cd usr/bin && ln -sf dash sh
dash: create /bin/sh symlink at pre INSTALL, iff doesn't exist.
2011-07-01 09:27:51 +02:00
;;
esac