Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
a86a785a3cc0a1f1f35bd5ab1ece88cc5f3e824a
/
.
/
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
}