#!/bin/sh

if [ -z "$(grep ^\\exfat: ${IPKG_INSTROOT}/etc/filesystems)" ]; then
	echo "exfat" >> ${IPKG_INSTROOT}/etc/filesystems
fi
