#! /bin/sh
#
# prerm file for mime-support

# This section can be removed after the Jessie release.
if [ "$1" = "remove" ]; then
    update-alternatives --remove view /usr/bin/see
    rm -f /etc/mailcap
fi
