#!/bin/bash

qtopia-addmimetype image/dxf dxf
if [ ! -x $HOME/Documents/image/dxf ]; then 
   mkdir $HOME/Documents/image/dxf;
fi
