From d5d871260ea23bc8c7afd32ee5df10dff241b15e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 21 Sep 2020 13:33:16 +0300 Subject: oksh: use handmade Makefile instead --- extra/oksh/post-install | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 extra/oksh/post-install (limited to 'extra/oksh/post-install') diff --git a/extra/oksh/post-install b/extra/oksh/post-install new file mode 100755 index 00000000..10372d09 --- /dev/null +++ b/extra/oksh/post-install @@ -0,0 +1,4 @@ +#!/bin/sh -e + +grep -qFw /usr/bin/ksh /etc/shells || + printf /usr/bin/ksh\\n >>/etc/shells -- cgit v1.2.3