contrib/mksh/post-install

6 lines
141 B
Plaintext
Raw Normal View History

2013-09-24 14:31:24 +02:00
#!/bin/sh
if ! grep mksh /etc/shells > /dev/null 2>&1; then
echo "Adding mksh to /etc/shells ..."
echo "/bin/mksh" >> /etc/shells
fi