xref: /OK3568_Linux_fs/yocto/scripts/postinst-intercepts/update_desktop_database (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4#
5# Post-install intercept for mime-xdg.bbclass
6
7update-desktop-database $D${desktop_dir}
8
9