contrib/dash/post-install
2007-01-28 02:55:40 +10:00

6 lines
141 B
Bash
Executable File

#!/bin/sh
if ! grep dash /etc/shells > /dev/null 2>&1; then
echo "Adding dash to /etc/shells ..."
echo "/bin/dash" >> /etc/shells
fi