summaryrefslogtreecommitdiff
path: root/menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-10-23 11:43:43 +0200
committerraveit65 <[email protected]>2013-10-23 11:43:43 +0200
commit3a31ea70fba7cab71b5e6c0e304241817fc56cfe (patch)
treec62524a37f79ed344b323610871ac5e6bafe9213 /menta
parent18975ba06d65e2f15df5d8e5c4f2080bf8e5d855 (diff)
downloadmate-icon-theme-3a31ea70fba7cab71b5e6c0e304241817fc56cfe.tar.bz2
mate-icon-theme-3a31ea70fba7cab71b5e6c0e304241817fc56cfe.tar.xz
Menta: remove symbolic icons from make file
Diffstat (limited to 'menta')
-rw-r--r--menta/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/menta/Makefile.am b/menta/Makefile.am
index f9b4dac..2165f56 100644
--- a/menta/Makefile.am
+++ b/menta/Makefile.am
@@ -8,9 +8,6 @@ install-data-local:
for file in `cd $(top_srcdir)/menta && find . -name "*.png" | sed s@./@/@`; do \
$(install_sh_DATA) $(top_srcdir)/menta/$$file $(DESTDIR)$(themedir)/$$file; \
done; \
- for file in `cd $(top_srcdir)/menta && find . -name "*.svg" | sed s@./@/@`; do \
- $(install_sh_DATA) $(top_srcdir)/menta/$$file $(DESTDIR)$(themedir)/$$file; \
- done; \
$(install_sh_DATA) $(top_srcdir)/menta/index.theme $(DESTDIR)$(themedir)/index.theme; \
if [ $(ICONMAP) != "false" ]; then \
cd $(DESTDIR)$(themedir); \
@@ -34,10 +31,6 @@ uninstall-local:
for file in `find . -name *.png | sed s@./@/@`; do \
rm -f $(DESTDIR)$(themedir)$$file; \
done; \
- for file in `find . -name *.svg | sed s@./@/@`; do \
- rm -f $(DESTDIR)$(themedir)$$file; \
- done; \
- rm -f $(DESTDIR)$(themedir)/index.theme; \
fi
MAINTAINERCLEANFILES = \