Skip to content
Snippets Groups Projects
Commit d1cb792d authored by David Boddie's avatar David Boddie :speech_balloon:
Browse files

Fix flake8 warnings, suppress warnings that would break quoting

parent 205445bb
No related branches found
No related tags found
No related merge requests found
......@@ -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')])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment