aboutsummaryrefslogtreecommitdiffstats
path: root/icon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'icon/Makefile')
-rw-r--r--icon/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/icon/Makefile b/icon/Makefile
deleted file mode 100644
index f660cc5..0000000
--- a/icon/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-PREFIX = /usr/local
-ICONS = 16x16.png 32x32.png 48x48.png 64x64.png 128x128.png
-
-all:
-
-install:
- for f in $(ICONS); do \
- dir="$(DESTDIR)$(PREFIX)/share/icons/hicolor/$${f%.png}/apps"; \
- mkdir -p "$$dir"; \
- cp "$$f" "$$dir/nsxiv.png"; \
- chmod 644 "$$dir/nsxiv.png"; \
- done