#!/bin/sh

# Si existe la carpeta MIME-types entonces salir sin hacer nada 
if [ -e $HOME/.config/rox.sourceforge.net/MIME-types ];then
	exit 0
fi 

rutamimetypes="$HOME/.config/rox.sourceforge.net/MIME-types"

#rm $rutamimetypes

cp -a $rutarox/MIME-types $rutamimetypes
