diff options
author | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-03 18:51:19 +0200 |
commit | debc7ffc45bce15496accb48bf6561a6b6cf8588 (patch) | |
tree | 7b8fee58ab8a1d5b9a0b17d41657a8854ce76ace /icon-themes/ContrastHighLargePrintInverse/48x48/actions/Makefile.am | |
parent | 9922f4b60af176afb331afd0d0fe7b28be4da9f2 (diff) | |
download | mate-themes-debc7ffc45bce15496accb48bf6561a6b6cf8588.tar.bz2 mate-themes-debc7ffc45bce15496accb48bf6561a6b6cf8588.tar.xz |
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'icon-themes/ContrastHighLargePrintInverse/48x48/actions/Makefile.am')
-rw-r--r-- | icon-themes/ContrastHighLargePrintInverse/48x48/actions/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/icon-themes/ContrastHighLargePrintInverse/48x48/actions/Makefile.am b/icon-themes/ContrastHighLargePrintInverse/48x48/actions/Makefile.am deleted file mode 100644 index 6c911288..00000000 --- a/icon-themes/ContrastHighLargePrintInverse/48x48/actions/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -NULL= - -themedir = $(datadir)/icons/ContrastHighLargePrintInverse -size = 48x48 -context = actions - -icondir = $(themedir)/$(size)/$(context) - -icon_DATA= \ - go-home.png \ - insert-image.png \ - insert-text.png \ - media-playback-pause.png \ - mail-send-receive.png \ - stock_new-tab.png \ - system-log-out.png \ - system-run.png \ - system-search.png \ - system-shutdown.png \ - view-refresh.png \ - $(NULL) - -EXTRA_DIST= $(icon_DATA) - -if LEGACY_ICON_MAPPING -install-data-local: install-iconDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -endif |