#!/bin/sh

set -e

if [ -x "$(which update-desktop-database 2> /dev/null)" ]
then
	update-desktop-database -q
fi

#DEBHELPER#

exit 0
