#!/bin/sh

if [ ! -f /sbin/mount.exfat ]; then
  ln -s /usr/local/sbin/mount.exfat /sbin/mount.exfat
fi
