diff options
author | rbuj <[email protected]> | 2020-08-01 11:21:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-11 16:46:32 +0200 |
commit | ac9b1acf8e5ac91da38ded0f3328f9a88f0d4000 (patch) | |
tree | 7956c95a2c264f277e0017351b5cb839677d1fff /accessx-status/pixmaps/Makefile.am | |
parent | 914262d420e78766ae11b85403aa2247d5054d46 (diff) | |
download | mate-applets-ac9b1acf8e5ac91da38ded0f3328f9a88f0d4000.tar.bz2 mate-applets-ac9b1acf8e5ac91da38ded0f3328f9a88f0d4000.tar.xz |
accessx-status: Simplify icons installation
Diffstat (limited to 'accessx-status/pixmaps/Makefile.am')
-rw-r--r-- | accessx-status/pixmaps/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/accessx-status/pixmaps/Makefile.am b/accessx-status/pixmaps/Makefile.am deleted file mode 100644 index f457e2ff..00000000 --- a/accessx-status/pixmaps/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -SUBDIRS = 16x16 24x24 32x32 48x48 - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(iconsdir)/hicolor - -install-data-hook: update-icon-cache -uninstall-hook: update-icon-cache -update-icon-cache: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - --include $(top_srcdir)/git.mk |