#!/bin/sh

MIMEFILE=/opt/QtPalmtop/etc/mime.types

mv $MIMEFILE $MIMEFILE.zbedic
cat $MIMEFILE.zbedic | sed -e '/application\/bedic/d' > $MIMEFILE
