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