aboutsummaryrefslogtreecommitdiff
path: root/system/oksh/douninst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/oksh/douninst.sh')
-rw-r--r--system/oksh/douninst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/oksh/douninst.sh b/system/oksh/douninst.sh
new file mode 100644
index 0000000000..639c44f169
--- /dev/null
+++ b/system/oksh/douninst.sh
@@ -0,0 +1,3 @@
+if [ -e etc/shells ]; then
+ sed -i "/^\/bin\/oksh$/d" etc/shells
+fi