summaryrefslogtreecommitdiff
path: root/user/mksh/mksh.pre-deinstall
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2018-07-01 23:07:00 -0700
committerDan Theisen <djt@hxx.in>2018-07-01 23:07:00 -0700
commit039f9ac6903cc7d370268f0580e65ded1e5083b5 (patch)
tree418f2a0120b33c6841a32644ad3c830f64b65732 /user/mksh/mksh.pre-deinstall
parent71842c64dc6311e3c6aebe6ad957c1907057dda6 (diff)
parentee28a7d0cb9068beafcf1ea43b003ae8d3e868e6 (diff)
downloadpackages-039f9ac6903cc7d370268f0580e65ded1e5083b5.tar.gz
packages-039f9ac6903cc7d370268f0580e65ded1e5083b5.tar.bz2
packages-039f9ac6903cc7d370268f0580e65ded1e5083b5.tar.xz
packages-039f9ac6903cc7d370268f0580e65ded1e5083b5.zip
Merge branch 'dusxmt/packages-add-pkg-mksh'
Add user/mksh, a free and modern ksh implementation. Acked-by: Dan Theisen <djt@hxx.in>
Diffstat (limited to 'user/mksh/mksh.pre-deinstall')
-rw-r--r--user/mksh/mksh.pre-deinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/mksh/mksh.pre-deinstall b/user/mksh/mksh.pre-deinstall
new file mode 100644
index 000000000..82e6d3bfa
--- /dev/null
+++ b/user/mksh/mksh.pre-deinstall
@@ -0,0 +1,3 @@
+#!/bin/sh
+remove-shell '/bin/mksh'
+exit 0