Fix flake8 warnings
This commit is contained in:
parent
0f1f175de1
commit
c487f6b0e2
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ 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')])
|
||||
call(['gtk-update-icon-cache', '-qtf',
|
||||
path.join(datadir, 'icons', 'hicolor')])
|
||||
|
||||
print('Updating desktop database...')
|
||||
call(['update-desktop-database', '-q', path.join(datadir, 'applications')])
|
||||
|
|
Loading…
Reference in a new issue