-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
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:
subprocess.call(['glib-compile-schemas',
os.path.join(datadir, 'glib-2.0', 'schemas')])
subprocess.call(['gtk-update-icon-cache', '-qtf',
os.path.join(datadir, 'icons', 'hicolor')])
subprocess.call(['update-desktop-database', '-q',
os.path.join(datadir, 'applications')])
subprocess.call(['update-mime-database',
os.path.join(datadir, 'mime')])
The last step is not provided by the gnome module
Metadata
Metadata
Assignees
Labels
No labels