diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-09 00:11:31 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-10 15:22:33 +0200 |
commit | 5bc39a7221e1a760864bf5bf409ba60ea3d494c3 (patch) | |
tree | 677e100ed8ecf91e8cf1f5f34a3704d902621b95 /testing/loksh/loksh.post-install | |
parent | 842e258a6130f64204f20ca8172946f5f26fa1e2 (diff) | |
download | aports-5bc39a7221e1a760864bf5bf409ba60ea3d494c3.tar.bz2 aports-5bc39a7221e1a760864bf5bf409ba60ea3d494c3.tar.xz |
testing/loksh: new aport
Diffstat (limited to 'testing/loksh/loksh.post-install')
-rw-r--r-- | testing/loksh/loksh.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/loksh/loksh.post-install b/testing/loksh/loksh.post-install new file mode 100644 index 0000000000..0844ccf68b --- /dev/null +++ b/testing/loksh/loksh.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +add-shell '/bin/ksh' +exit 0 |