Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
7c231d0c8df6514f44f454d7d0f7111fc918ee9a
/
.
/
poky
/
scripts
/
postinst-intercepts
/
update_mime_database
blob: 582d1e162cfdebac9683e61a2bc959ea2f522cf4 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# SPDX-License-Identifier: MIT
#
# Post-install intercept for mime.bbclass
echo
"Updating MIME database... this may take a while."
update
-
mime
-
database $D$
{
mimedir
}