Skip to content

Commit

Permalink
meson_update_icon_cache.py: Print the icon cache folder when running.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Sep 7, 2018
1 parent 07cca01 commit 624fa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-scripts/meson_update_icon_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
themedir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'icons', 'hicolor')

if not os.environ.get('DESTDIR'):
print('Updating gtk icon cache...')
print('Updating gtk icon cache... %s' % themedir)
subprocess.call(['gtk-update-icon-cache', '-f', '-t', themedir])

0 comments on commit 624fa59

Please sign in to comment.