diff options
author | Manatsawin Hanmongkolchai <[email protected]> | 2022-11-30 21:47:04 +0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-04-20 18:07:49 +0200 |
commit | ae3b277f3ed2e2ca0c2f016faf78e234dd4dfdae (patch) | |
tree | 5e7adb21968465e5a7169bd6b105c112945279f5 | |
parent | aa33bee3793a6979634b1b4bbd29b94a0154bf59 (diff) | |
download | eom-ae3b277f3ed2e2ca0c2f016faf78e234dd4dfdae.tar.bz2 eom-ae3b277f3ed2e2ca0c2f016faf78e234dd4dfdae.tar.xz |
Use gtk_update_icon_cache
-rw-r--r-- | data/icons/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/icons/meson.build b/data/icons/meson.build index 283abbc..e7bfb26 100644 --- a/data/icons/meson.build +++ b/data/icons/meson.build @@ -30,4 +30,4 @@ endforeach install_data(['scalable/apps/eom.svg'], install_dir: appiconsdir / 'scalable' / 'apps') -meson.add_install_script(find_program('gtk-update-icon-cache'), '-f', '-t', appiconsdir, skip_if_destdir: true) +gnome.post_install(gtk_update_icon_cache: true) |