summaryrefslogtreecommitdiff
path: root/icon-themes/Fog/22x22/places/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-03 19:08:45 +0200
committerraveit65 <[email protected]>2015-04-03 19:08:45 +0200
commit385305979c6b11723dba7d641dfe943260e33518 (patch)
tree8e8eb4bcd9105e9a8b698f729a807d0c4e29ae2e /icon-themes/Fog/22x22/places/Makefile.am
parent821f63fd525aff89a5dee918de74b01f40806fda (diff)
downloadmate-themes-385305979c6b11723dba7d641dfe943260e33518.tar.bz2
mate-themes-385305979c6b11723dba7d641dfe943260e33518.tar.xz
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'icon-themes/Fog/22x22/places/Makefile.am')
-rw-r--r--icon-themes/Fog/22x22/places/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/icon-themes/Fog/22x22/places/Makefile.am b/icon-themes/Fog/22x22/places/Makefile.am
deleted file mode 100644
index ca672b7f..00000000
--- a/icon-themes/Fog/22x22/places/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-themedir = $(datadir)/icons/Fog
-size = 22x22
-context = places
-
-iconsdir = $(themedir)/$(size)/$(context)
-
-icons_DATA = \
- folder.png \
- folder-new.png \
- folder-remote.png \
- folder-saved-search.png \
- folder-documents.png \
- folder-download.png \
- folder-music.png \
- folder-pictures.png \
- folder-publicshare.png \
- folder-templates.png \
- folder-videos.png \
- user-desktop.png \
- user-home.png
-
-EXTRA_DIST = \
- $(icons_DATA)
-
-if LEGACY_ICON_MAPPING
-install-data-local: install-iconsDATA
- (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
-endif