#! /bin/sh -e


#if [ "$1" = "configure" ]; then
#fi


# Remove the old status directory (and any orphaned install-mime program)
rm -fr /var/lib/mime
rm -f  /usr/sbin/install-mime


# Run the update program
if [ -x /usr/sbin/update-mime ]; then
    update-mime
fi
