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