10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
|
#!/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}
|
||
|
|