if  !  grep  -q  zisofs  /usr/share/misc/magic;  then
  cat  $SOURCE_DIRECTORY/zisofs.magic  >>  /usr/share/misc/magic
  file  -C
fi
