#!/bin/sh

set -e

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

exit 0
