#!/bin/sh -e

if [ "$1" = configure ]; then
  if [ -x update-desktop-database ]; then
    update-desktop-database -q
  fi
fi

#DEBHELPER#

exit 0
