#!/bin/sh -e

if [ -x "$(command -v update-menus )" ]; then 
    update-menus
fi
