#!/bin/sh set -e if [ -x "`which update-desktop-database 2>/dev/null`" ] ; then update-desktop-database /usr/share/applications fi #DEBHELPER#