Bump meson requirement to 0.57, drop most of postinstall for new gnome module functions
This commit is contained in:
parent
304c7635da
commit
8948a8ec9f
3 changed files with 8 additions and 10 deletions
|
@ -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')])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue