blob: 582d1e162cfdebac9683e61a2bc959ea2f522cf4 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4#
5# Post-install intercept for mime.bbclass
6
7echo "Updating MIME database... this may take a while."
8update-mime-database $D${mimedir}
9