diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-07-27 20:25:39 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-28 07:58:42 +0000 |
commit | bfa8500e0263401e34fef51cc340714faab65ea5 (patch) | |
tree | 8f96f1e490d2c44dbd4e8a0aa394e40edb915bdc /main/mksh/mksh.pre-deinstall | |
parent | 5f4dc002a707e14f9299b1274c9952c36216329d (diff) | |
download | aports-bfa8500e0263401e34fef51cc340714faab65ea5.tar.bz2 aports-bfa8500e0263401e34fef51cc340714faab65ea5.tar.xz |
main/mksh: add /usr/bin/mksh to /etc/shells
Diffstat (limited to 'main/mksh/mksh.pre-deinstall')
-rw-r--r-- | main/mksh/mksh.pre-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/mksh/mksh.pre-deinstall b/main/mksh/mksh.pre-deinstall new file mode 100644 index 0000000000..d6e4f9325e --- /dev/null +++ b/main/mksh/mksh.pre-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh +sed -i '/^\/usr\/bin\/mksh/d' /etc/shells +exit 0 |