contrib/mksh/post-install
2006-11-13 17:19:03 +01:00

6 lines
119 B
Bash

#!/bin/sh
if ! grep -q mksh /etc/shells; then
echo Adding mksh to /etc/shells
echo /bin/mksh >> /etc/shells
fi