#!/bin/sh

MIMEFILE=/opt/QtPalmtop/etc/mime.types
DIC_MIME=application/bedic

grep -q $DIC_MIME $MIMEFILE 2>/dev/null || echo -e "$DIC_MIME\t\tdic" >> $MIMEFILE
