summaryrefslogtreecommitdiff
path: root/icon-themes/Fog/48x48/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:09:27 +0200
commit645eed08a367da46d3eb960bd4787c6d0ed60c70 (patch)
tree5849183a4c1b86e70d9283ce6ddd930a5dc33cd0 /icon-themes/Fog/48x48/places/Makefile.am
parent9eae641b9b098e8208569d0b5c1703d11860b62d (diff)
downloadmate-themes-645eed08a367da46d3eb960bd4787c6d0ed60c70.tar.bz2
mate-themes-645eed08a367da46d3eb960bd4787c6d0ed60c70.tar.xz
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'icon-themes/Fog/48x48/places/Makefile.am')
-rw-r--r--icon-themes/Fog/48x48/places/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/icon-themes/Fog/48x48/places/Makefile.am b/icon-themes/Fog/48x48/places/Makefile.am
deleted file mode 100644
index 20d4051f..00000000
--- a/icon-themes/Fog/48x48/places/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-themedir = $(datadir)/icons/Fog
-size = 48x48
-context = places
-
-iconsdir = $(themedir)/$(size)/$(context)
-
-icons_DATA = \
- folder-documents.png \
- folder-download.png \
- folder-music.png \
- folder-pictures.png \
- folder.png \
- folder-publicshare.png \
- folder-remote.png \
- folder-saved-search.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