#! /bin/sh

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

# return success
exit 0;
