#! /bin/sh
# postrm script for bluefish
#
# see: dh_installdeb(1)

set -e

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

if [ -x /usr/bin/update-mime-database ] ; then
        /usr/bin/update-mime-database /usr/share/mime
fi

if [ -x /usr/bin/update-desktop-database ] ; then
        /usr/bin/update-desktop-database /usr/share/applications
fi

exit 0
