9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
#
|
||
|
# Post-install intercept for mime-xdg.bbclass
|
||
|
|
||
|
update-desktop-database $D${desktop_dir}
|
||
|
|