Skip to content

Commit 624fa59

Browse files
committed
meson_update_icon_cache.py: Print the icon cache folder when running.
1 parent 07cca01 commit 624fa59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-scripts/meson_update_icon_cache.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
themedir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'icons', 'hicolor')
77

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

0 commit comments

Comments
 (0)