You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to migrate a custom post install script to gnome.post_install, but as far as I can see it does not provide a way to update the mime db.
You can use meson.add_install_script('update-mime-database, prefix / datadir / 'mime', skip_if_destdir: true). This doesn't require waiting for a new meson version.
Describe the bug
I am trying to migrate a custom post install script to
gnome.post_install
, but as far as I can see it does not provide a way to update the mime db.My post install script does:
The last step is not provided by the gnome module
The text was updated successfully, but these errors were encountered: