summaryrefslogtreecommitdiff
path: root/user/mksh/mksh.post-install
diff options
context:
space:
mode:
authorMarek Benc <dusxmt@gmx.com>2018-06-30 17:45:14 +0200
committerDan Theisen <djt@hxx.in>2018-07-01 23:06:41 -0700
commitee28a7d0cb9068beafcf1ea43b003ae8d3e868e6 (patch)
tree418f2a0120b33c6841a32644ad3c830f64b65732 /user/mksh/mksh.post-install
parent71842c64dc6311e3c6aebe6ad957c1907057dda6 (diff)
downloadpackages-ee28a7d0cb9068beafcf1ea43b003ae8d3e868e6.tar.gz
packages-ee28a7d0cb9068beafcf1ea43b003ae8d3e868e6.tar.bz2
packages-ee28a7d0cb9068beafcf1ea43b003ae8d3e868e6.tar.xz
packages-ee28a7d0cb9068beafcf1ea43b003ae8d3e868e6.zip
user/mksh: add package, new ksh shell implementation
Signed-off-by: Marek Benc <dusxmt@gmx.com>
Diffstat (limited to 'user/mksh/mksh.post-install')
-rw-r--r--user/mksh/mksh.post-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/mksh/mksh.post-install b/user/mksh/mksh.post-install
new file mode 100644
index 000000000..5ba1f2fc6
--- /dev/null
+++ b/user/mksh/mksh.post-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+add-shell '/bin/mksh'
+exit 0