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