This website requires JavaScript.
Explore
Help
Sign in
jcgruenhage
/
void-packages
Watch
1
Star
0
Fork
You've already forked void-packages
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
57bfc5a690
void-packages
/
srcpkgs
/
dash
/
INSTALL
7 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
dash: create /bin/sh symlink at pre INSTALL, iff doesn't exist.
2011-07-01 07:27:51 +00:00
case ${ACTION} in
pre)
dash: only create sh symlink in /usr/bin.
2012-08-28 07:19:10 +00: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 07:27:51 +00:00
;;
esac
Reference in a new issue
Copy permalink