#!/bin/sh -e

set -e

if [ -f /usr/share/indicators/messages/applications/gnome-gmail ]; then
   rm -f /usr/share/indicators/messages/applications/gnome-gmail 
   update-desktop-database -q
fi

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

#DEBHELPER#

exit 0
