diff options
author | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
commit | af046d41076694464bcd3912c035ae5b32e84a4e (patch) | |
tree | 59806065a15cab4ece903ae96a16d648b2e18fa7 /icon-themes/Quid/16x16/actions/Makefile.am | |
parent | 0809cd77dfdbe19672a125155bbe00a4bcafba13 (diff) | |
download | mate-themes-af046d41076694464bcd3912c035ae5b32e84a4e.tar.bz2 mate-themes-af046d41076694464bcd3912c035ae5b32e84a4e.tar.xz |
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'icon-themes/Quid/16x16/actions/Makefile.am')
-rw-r--r-- | icon-themes/Quid/16x16/actions/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/icon-themes/Quid/16x16/actions/Makefile.am b/icon-themes/Quid/16x16/actions/Makefile.am deleted file mode 100644 index 4f04a679..00000000 --- a/icon-themes/Quid/16x16/actions/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -themedir = $(datadir)/icons/Quid -size = 16x16 -context = actions - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - document-open.png \ - go-bottom.png \ - go-first.png \ - go-last.png \ - go-previous.png \ - go-up.png \ - go-down.png \ - go-home.png \ - go-next.png \ - go-top.png \ - view-refresh.png - - -EXTRA_DIST = \ - $(icons_DATA) - -if LEGACY_ICON_MAPPING -install-data-local: install-iconsDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -endif |