#!/bin/sh
grep mksh ${IPKG_INSTROOT}/etc/shells || echo "/bin/mksh" >> ${IPKG_INSTROOT}/etc/shells
