Bump meson requirement to 0.57, drop most of postinstall for new gnome module functions

This commit is contained in:
Joshua Strobl 2021-02-16 23:18:23 +02:00
parent 304c7635da
commit 8948a8ec9f
3 changed files with 8 additions and 10 deletions

View file

@ -9,13 +9,6 @@ destdir = environ.get('DESTDIR', '')
# Package managers set this so we don't need to run
if not destdir:
print('Updating icon cache...')
call(['gtk-update-icon-cache', '-qtf', path.join(datadir, 'icons', 'hicolor')])
print('Updating desktop database...')
call(['update-desktop-database', '-q', path.join(datadir, 'applications')])
print('Compiling GSettings schemas...')
call(['glib-compile-schemas', path.join(datadir, 'glib-2.0', 'schemas')])