diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-08 11:33:36 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-10 12:57:31 +0000 |
commit | edfdd532b6c866872fbc84bc23e7c57833176a6c (patch) | |
tree | a6b0f12e08b07f6f9d2f32fe6c41a393b9f438a0 /main/mksh/mksh.pre-deinstall | |
parent | 5adcc23a56ac76b061bfe196d2f799ea91c962ca (diff) | |
download | aports-edfdd532b6c866872fbc84bc23e7c57833176a6c.tar.bz2 aports-edfdd532b6c866872fbc84bc23e7c57833176a6c.tar.xz |
main/mksh: upgrade to 51
Diffstat (limited to 'main/mksh/mksh.pre-deinstall')
-rw-r--r-- | main/mksh/mksh.pre-deinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mksh/mksh.pre-deinstall b/main/mksh/mksh.pre-deinstall index d6e4f9325e..cc4e95411c 100644 --- a/main/mksh/mksh.pre-deinstall +++ b/main/mksh/mksh.pre-deinstall @@ -1,3 +1,3 @@ #!/bin/sh -sed -i '/^\/usr\/bin\/mksh/d' /etc/shells +remove-shell '/usr/bin/mksh' exit 0 |