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