aboutsummaryrefslogtreecommitdiffstats
path: root/main/mksh/mksh.post-install
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-08-08 11:33:36 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-10 12:57:31 +0000
commitedfdd532b6c866872fbc84bc23e7c57833176a6c (patch)
treea6b0f12e08b07f6f9d2f32fe6c41a393b9f438a0 /main/mksh/mksh.post-install
parent5adcc23a56ac76b061bfe196d2f799ea91c962ca (diff)
downloadaports-edfdd532b6c866872fbc84bc23e7c57833176a6c.tar.bz2
aports-edfdd532b6c866872fbc84bc23e7c57833176a6c.tar.xz
main/mksh: upgrade to 51
Diffstat (limited to 'main/mksh/mksh.post-install')
-rw-r--r--main/mksh/mksh.post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mksh/mksh.post-install b/main/mksh/mksh.post-install
index 1780754e12..77223923d7 100644
--- a/main/mksh/mksh.post-install
+++ b/main/mksh/mksh.post-install
@@ -1,3 +1,3 @@
#!/bin/sh
-grep -q '/usr/bin/mksh' /etc/shells || echo '/usr/bin/mksh' >> /etc/shells
+add-shell '/usr/bin/mksh'
exit 0