#!/bin/sh

if test -x /usr/bin/update-menus; then
    update-menus;
fi

exit 0;
