#!/bin/sh

set -e

if which update-desktop-database > /dev/null 2>&1; then
 update-desktop-database -q
fi
